---
title: "Get Withdrawable Amount"
method: GET
path: "/v1/solana/{network}/withdrawable-amount"
tags: ["Solana"]
---

# Get Withdrawable Amount

`GET /v1/solana/{network}/withdrawable-amount`

Returns total amount that can be withdrawn across all wallets of
the user. If any prior withdrawal intent was left unsigned, it will be automatically canceled.

You can specify the optional `wallets` parameter to get the total
withdrawable amount in specific wallets.

## Response `200`

Ok

- SolanaWithdrawableAmount — Result of the get withdrawable amount
  - `protocol` 'solana', required — Solana protocol
  - `network` 'mainnet' | 'testnet', required — Solana network
  - `currency` string, required — Denomination of the cryptocurrency Solana.
  - `amount` string, required

## Other responses

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

---

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