Get the maximum spendable Bitcoin amount for the given address (V4).
Authorization
api_key AuthorizationBearer <token>
In: header
Path Parameters
address*string
Bitcoin address to calculate the maximum spendable amount for
Response Body
application/json
application/json
curl -X GET "https://example.com/v4/get-max-spendable/string"{ "amount": { "address": "string", "amount": "string", "chain": "string" }, "userAddress": "string"}