---
title: "Get Withdrawable Rewards Amount"
method: GET
path: "/v1/cosmos/{network}/rewards/withdrawable-amount"
tags: ["Cosmos"]
---

# Get Withdrawable Rewards Amount

`GET /v1/cosmos/{network}/rewards/withdrawable-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.

## Response `200`

Ok

- CosmosWithdrawableRewardsAmount — The withdrawable rewards amount
  - `protocol` 'cosmos', required — Cosmos protocol
  - `network` 'mainnet' | 'testnet', required — Cosmos network
  - `currency` string, required — Denomination of the cryptocurrency Cosmos.
  - `amount` string, required
  - `wallets` WalletAmount[]
    - `wallet` string, required
    - `amount` string, required
    - `validator` string, required

## Other responses

- `400` — Invalid request.
- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/blockdaemon/apis/staking-api.md) · [All operations](https://skmtc.net/blockdaemon/apis/staking-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockdaemon/staking-api/versions/f94e296a08a3/schema)
