v1

latestOpenAPI 3.1.02026-07-24223580832.9 KB
Cosmos

Get Withdrawable Rewards Amount

Returns the total accumulated rewards amount that can be withdrawn across all wallets of the user.

You can specify the optional wallets parameter to get the total accumulated rewards amount in specific wallets.

get/v1/cosmos/{network}/rewards/withdrawable-amount

Response

Ok

protocol'cosmos' required

Cosmos protocol

network'mainnet' | 'testnet' required

Cosmos network

currencystring required

Denomination of the cryptocurrency Cosmos.

amountstring required

Example response

{
  "currency": "100",
  "amount": "123456"
}