---
title: "Get the maximum spendable Bitcoin amount for the given address (v2)."
method: GET
path: "/v2/get-max-spendable/{address}"
tags: ["v2"]
---

# Get the maximum spendable Bitcoin amount for the given address (v2).

`GET /v2/get-max-spendable/{address}`

## Path parameters

- `address` string, required

## Response `200`

Get the maximum spendable Bitcoin amount for the given address after accounting for estimated transaction fees

- GatewayMaxSpendable
  - `amount` GatewayTokenAmount, required
    - `address` string, required
    - `amount` string, required
    - `chain` string, required
  - `userAddress` string, required

## Other responses

- `400` — Get max spendable error

---

[API](https://skmtc.net/bob-collective/apis/bob-gateway-api.md) · [All operations](https://skmtc.net/bob-collective/apis/bob-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bob-collective/bob-gateway-api/revisions/5a00610487e4/schema)
