Announcements
GET/api/v1/cex/announcements
Get latest announcements from centralized exchanges
Request
Query Parameters
Page number
1
Page size
10
Possible values: [asc
, desc
]
Specifies sort
desc
Possible values: [exchange
, category
, title
, timestamp
]
Specifies key to sort by
timestamp
Specifies exchange(s), separated by ,
Possible values: [notice
, listing
, delisting
, user_events
]
Specifies category(s), separated by ,
Header Parameters
Your DataMaxi+ API key
Responses
- 200
- 400
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
specifies the exchanges of the announcements
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 categories of the announcements
{
"category": [
"string"
],
"data": [
{
"c": "string",
"d": 0,
"e": "string",
"s": "string",
"t": "string",
"u": "string"
}
],
"exchange": [
"string"
],
"key": "string",
"limit": 0,
"page": 0,
"sort": "string",
"total": 0
}
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"
}