curl --request GET \
--url https://api.orderly.org/v1/public/announcement
{
"success": true,
"timestamp": 1702989203989,
"data": {
"announcement_id": 1,
"message": "Position information is incorrect due to a 1-minute delay.",
"url": "null"
}
}
Limit: 10 requests per 1 second per IP address
GET /v1/public/announcement
curl --request GET \
--url https://api.orderly.org/v1/public/announcement
{
"success": true,
"timestamp": 1702989203989,
"data": {
"announcement_id": 1,
"message": "Position information is incorrect due to a 1-minute delay.",
"url": "null"
}
}
OK
The response is of type object
.