---
title: "GET /v1/get-max-spendable/{address}"
method: GET
path: "/v1/get-max-spendable/{address}"
tags: ["v1"]
deprecated: true
---

# GET /v1/get-max-spendable/{address}

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

> **Deprecated.**

## 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)
