Token Updates
GET/api/v1/cex/token/updates
Fetch latest token updates
Request
Query Parameters
page string
Specifies page
Default value:
1
Example: 1
limit string
Specifies limit
Default value:
100
Example: 10
type string
Possible values: [listed
, delisted
]
Specifies type of token update
Example: listed
Header Parameters
X-DTMX-APIKEY stringrequired
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 updates
b string
Specifies the base token
d integer
Specifies the timestamp
e string
Specifies the exchange
m string
Specifies the market
q string
Specifies the quote token
t string
Specifies the type of the token update (listed or delisted)
key string
limit integer
page integer
sort string
total integer
{
"data": [
{
"b": "string",
"d": 0,
"e": "string",
"m": "string",
"q": "string",
"t": "string"
}
],
"key": "string",
"limit": 0,
"page": 0,
"sort": "string",
"total": 0
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error string
error
specifies the error message
{
"error": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
error string
error
specifies the error message
{
"error": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
error string
error
specifies the error message
{
"error": "string"
}
Loading...