Historical token listings
GET/api/v1/listings/historical
Get historical token listings
Request
Query Parameters
refresh boolean
Refresh cache
Default value:
false
Example: true
Header Parameters
X-DTMX-APIKEY stringrequired
Your DataMaxi+ API key
Responses
- 200
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
data
object[]
announced_at integer
base string
deposit_at integer
exchange string
network string
trade_at integer
url string
{
"data": [
{
"announced_at": 0,
"base": "string",
"deposit_at": 0,
"exchange": "string",
"network": "string",
"trade_at": 0,
"url": "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...