Market Data
Real time data from top exchanges.
Get access to unified market data using REST APIs collected from top crypto exchanges via their public WebSockets. Once collected, it's processed using our internal mapping and stored in a well-designed, perfectly indexed database.
We provide live market data and exchange rates from the top 12 crypto exchanges in the world. Get precise exchange rates per symbol or asset ID.
One integration. Infinite possibilities
Get access to over 100+ endpoints using a single point of integration.
{
"apiVersion": "2.0.0",
"requestId": "601c1710034ed6d407996b30",
"context": "yourExampleString",
"data": {
"limit": 50,
"offset": 0,
"total": 100,
"items": [
{
"assetId": "5b1ea92e584bf50020130615",
"assetName": "Bitcoin",
"assetSymbol": "BTC",
"assetType": "crypto",
"originalSymbol": "BTC"
}
]
}
}