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
Market list of a specific exchange
list of current markets available for a single exchange
This endpoint allows you to obtain the list of current markets provided by one exchange 🤖
https
:
//api.koinju.io/markets/:exchange
Path parameters
Parameter
Format
Description
exchange
(optional)
string
The name of the exchange of which you wish to get the market list. The exchange list can be found here
https://api.koinju.io/exchanges
Output format 🧬
Variable
Format
Description
count
number
The number of unique markets.
payload
string
The list of markets.
Example of reply
200 : OK, Server is happy to server you :-)
Here is you example with
exchange = 'kraken'
:
{
"count"
:
5
,
"payload"
:
[
"ADA-ETH"
,
"ADA-EUR"
,
"ADA-USD"
,
"ADA-BTC"
,
"ALGO-ETH"
]
}
Crypto exchanges - Previous
Global market list
Next - Candle Data
Market pair candle
Last modified
1yr ago
Copy link
Outline
list of current markets available for a single exchange
Path parameters
Output format 🧬
Example of reply