Koinju Data API v.1
Search…
Koinju REST API 1.0 - Documentation
koinju.io
api.koinju.io
Start exploring
How to work with koinju api
Basics on calculation
Time coding
HTTP Response codes
Cryptocurrency
Crypto details
Single crypto details
Crypto exchanges
General Exchange list
Global market list
Market list of a specific exchange
Candle Data
Market pair candle
Ticker data
General aggregated tickers
Single crypto aggregated ticker
Exchange aggregated ticker
BENCHMARK DATA
Benchmark families
Benchmarks list
Single benchmark
koinju engine
Server status
Global data
Powered By
GitBook
Crypto details
Get the list of all the cryptocurrencies available with exchanges we handle
list a of all available cryptocurrencies
This endpoint allows you to get the list of all currencies made available by at least one market of one of the exchange we're connected to 🤖
https
:
//api.koinju.io/cryptos
Output format 🧬
Variable
Format
Description
count
number
Number of cryptocurrencies.
payload
string
List of the cryptocurrency objects (we love nested incepted inception).
payload
variables
Variable
Format
Description
name
string
Name of the cryptocurrency.
slug
string
Slug of the cryptocurrency.
symbol
string
Symbol of the cryptocurrency.
id
string
ID of the cryptocurrency.
type
string
Type of the cryptocurrency.
logo
string
Link to the cryptocurrency's logo.
ath_price
number
The highest price registered in all time.
Example of reply
200 : OK
Server is happy to server you :-)
Here is an example :
{
"count"
:
3
,
"payload"
:
[
{
"id"
:
"btc-bitcoin"
,
"symbol"
:
"BTC"
,
"name"
:
"Bitcoin"
,
"slug"
:
"bitcoin"
,
"type"
:
"coin"
,
"logo"
:
"https://koinju-icons.s3-eu-west-1.amazonaws.com/cryptos/btc-bitcoin.png"
,
"ath_price"
:
19665.39
},
{
"id"
:
"eth-ethereum"
,
"symbol"
:
"ETH"
,
"name"
:
"Ethereum"
,
"slug"
:
"ethereum"
,
"type"
:
"coin"
,
"logo"
:
"https://koinju-icons.s3-eu-west-1.amazonaws.com/cryptos/eth-ethereum.png"
,
"ath_price"
:
1448.18
},
{
"id"
:
"usdt-tether"
,
"symbol"
:
"USDT"
,
"name"
:
"Tether"
,
"slug"
:
"tether"
,
"type"
:
"token"
,
"logo"
:
"https://koinju-icons.s3-eu-west-1.amazonaws.com/cryptos/usdt-tether.png"
,
"ath_price"
:
1.32
}
]
}
Basics on calculation - Previous
HTTP Response codes
Next - Cryptocurrency
Single crypto details
Last modified
1yr ago
Copy link
Outline
list a of all available cryptocurrencies
Output format 🧬
Example of reply