Token Updates
GET/api/v1/cex/token-updates
Fetch latest token updates
Request
Query Parameters
Specifies page
1
Specifies limit
1000
Possible values: [listed
, delisted
]
Specifies type of token update
Possible values: [asc
, desc
]
Specifies sort
desc
Header Parameters
Your DataMaxi+ API key
Responses
- 200
- 400
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
data
object[]
data
specifies an array of the token update
specifies the base symbol of the token
specifies the date of the token update
specifies the exchange of the token update
specifies the market of the token update
specifies the quote symbol of the token
specifies the type of the token update
specifies the number of records per page
specifies the current page of the response
specifies the order of the records
{
"data": [
{
"b": "string",
"d": "string",
"e": "string",
"m": "string",
"q": "string",
"t": "string"
}
],
"limit": 0,
"page": 0,
"sort": "string"
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error
specifies the error message
{
"error": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
error
specifies the error message
{
"error": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
error
specifies the error message
{
"error": "string"
}