Announcements
GET/api/v1/cex/announcements
Fetch latest announcements from various exchanges
Request
Query Parameters
Specifies page
1
Specifies limit
1000
Specifies category
empty
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 [
]
specifies the category of the records
data
object[]
data
specifies an array of the announcements
specifies the category of the announcement
specifies the date of the announcement
specifies the exchange of the announcement
specifies the summary of the announcement
specifies the title of the announcement
specifies the URL of the announcement
specifies the number of records per page
specifies the current page of the response
specifies the order of the records
{
"category": "string",
"data": [
{
"c": "string",
"d": "string",
"e": "string",
"s": "string",
"t": "string",
"u": "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"
}