curl --request GET \
--url https://api.orderly.org/v1/staking/esorder/vesting_list
{
"success": true,
"timestamp": 1702989203989,
"data": {
"rows": [
{
"vest_request_id": 1,
"vest_start_time": 1685600000000,
"vest_end_time": 1691200000000,
"total_vest_amount": 1500000,
"status": "claimed"
}
]
}
}
Limit: 10 requests per 1 second per IP address
GET /v1/staking/esorder/vesting_list
curl --request GET \
--url https://api.orderly.org/v1/staking/esorder/vesting_list
{
"success": true,
"timestamp": 1702989203989,
"data": {
"rows": [
{
"vest_request_id": 1,
"vest_start_time": 1685600000000,
"vest_end_time": 1691200000000,
"total_vest_amount": 1500000,
"status": "claimed"
}
]
}
}
OK
The response is of type object
.