Exchanges
Get List of Exchanges
curl -X GET "http://example.com/api/v1/crypto/exchanges?offset=0&limit=5" \
-H "Cookie: session_cookie_value" \
-H "csrf_token: your_csrf_token_here"Last updated
curl -X GET "http://example.com/api/v1/crypto/exchanges?offset=0&limit=5" \
-H "Cookie: session_cookie_value" \
-H "csrf_token: your_csrf_token_here"Last updated
{
"data": [
{
"id": 2,
"externalExchangeId": "quipuswap_stableswap",
"dataSource": "Tezos",
"type": "DEX",
"name": "QuipuSwap_Stableswap",
"description": null,
"imageUrl": null,
"createdAt": "2024-02-08T16:07:28.539Z",
"updatedAt": "2024-02-08T16:07:28.539Z"
},
{
"id": 3,
"externalExchangeId": "quipuswap_v2",
"dataSource": "Tezos",
"type": "DEX",
"name": "QuipuSwap_v2",
"description": null,
"imageUrl": null,
"createdAt": "2024-02-08T17:40:02.549Z",
"updatedAt": "2024-02-08T17:40:02.549Z"
},
{
"id": 4,
"externalExchangeId": "bitfinex",
"dataSource": "bitfinex",
"type": "CEX",
"name": "Bitfinex",
"description": null,
"imageUrl": null,
"createdAt": "2024-02-09T00:08:54.450Z",
"updatedAt": "2024-02-09T00:08:54.450Z"
},
{
"id": 1,
"externalExchangeId": "plenty",
"dataSource": "Tezos",
"type": "DEX",
"name": "Plenty_DeFi",
"description": null,
"imageUrl": "http://example.com/ccdb-reference/Exchanges/1",
"createdAt": "2024-02-08T16:07:28.502Z",
"updatedAt": "2024-02-20T12:56:58.868Z"
}
],
"meta": {
"fetchCount": 4,
"totalCount": 4
},
"status": 1
}