curl --request GET \
--url https://api.orderly.org/v1/staking/valor/redeem
{
"success": true,
"timestamp": 1702989203989,
"data": {
"redeeming_valor_amount": 1000,
"chain_details": [
{
"chain_id": 1,
"pending_usdc": 5000,
"available_usdc": 1500
}
]
}
}
Limit: 10 requests per 1 second per IP address
GET /v1/staking/valor/redeem
curl --request GET \
--url https://api.orderly.org/v1/staking/valor/redeem
{
"success": true,
"timestamp": 1702989203989,
"data": {
"redeeming_valor_amount": 1000,
"chain_details": [
{
"chain_id": 1,
"pending_usdc": 5000,
"available_usdc": 1500
}
]
}
}
OK
The response is of type object
.