Skip to content

Get Exchanges

GET /api/exchange/v1
NameInTypeRequiredDescription
pagequeryintegerThe page number of the response.
limitqueryintegerThe number of responses. max is 200,

Media: application/json

{
"type": "object",
"properties": {
"pagination": {
"type": "object",
"properties": {
"current_page": {
"type": "integer",
"example": 1,
"default": 0
},
"per_page": {
"type": "integer",
"example": 50,
"default": 0
},
"total_items": {
"type": "integer",
"example": 10,
"default": 0
},
"total_pages": {
"type": "integer",
"example": 1,
"default": 0
},
"next_page": {},
"prev_page": {}
}
},
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"coldkey": {
"type": "object",
"properties": {
"ss58": {
"type": "string",
"example": "5C5FQQSfuxgJc5sHjjAL9RKAzR98qqCV2YN5xAm2wVf1ctGR"
},
"hex": {
"type": "string",
"example": "0x006a327fd8209758351b989bc48825c945360dcc1d7ac279976cd445d9027d03"
}
}
},
"name": {
"type": "string",
"example": "Kraken Cold"
},
"icon": {}
}
}
}
}
}

Media: application/json

{
"type": "object",
"properties": {}
}

All Taostats API requests require an Authorization header containing your API key. See Getting Started.