curl --request GET \
--url https://api.orderly.org/v1/staking/overview
{
"success": true,
"timestamp": 1702989203989,
"data": {
"total_stake": 845599630.06,
"rows": [
{
"date": "2023-05-20",
"usd_reward": 1268.34,
"total_staked_usd": 117654321.99
}
]
}
}
Limit: 10 requests per 1 second per IP address
GET /v1/staking/overview
curl --request GET \
--url https://api.orderly.org/v1/staking/overview
{
"success": true,
"timestamp": 1702989203989,
"data": {
"total_stake": 845599630.06,
"rows": [
{
"date": "2023-05-20",
"usd_reward": 1268.34,
"total_staked_usd": 117654321.99
}
]
}
}
OK
The response is of type object
.