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
Global market list
list of current markets available for a single exchange
This endpoint allows you to obtain the full list of current markets we handle 🤖
https
:
//api.koinju.io/markets
Output format 🧬
Variable
Format
Description
count
number
The total number of unique markets.
payload
string
The list of markets grouped by exchange.
Example of reply
200 : OK -> Here is you example :
{
"count"
:
10
,
"payload"
:
[
{
"kraken"
:
[
"ADA-ETH"
,
"ADA-EUR"
,
"ADA-USD"
,
"ADA-BTC"
,
"ALGO-ETH"
],
"coinbase"
:
[
"EOS-BTC"
,
"ATOM-USD"
,
"ZEC-USDC"
,
"BTC-USD"
,
"REP-USD"
]
}
]
}
Crypto exchanges - Previous
General Exchange list
Next - Crypto exchanges
Market list of a specific exchange
Last modified
2yr ago
Copy link
Outline
list of current markets available for a single exchange
Output format 🧬
Example of reply