v3
Get the maximum spendable Bitcoin amount for the given address (v3).
Behaviourally identical to v2; exists so the v3 API surface has its own operationId (get_max_spendable_v3) rather than sharing v2's, which would tag the same operation under both v2 and v3 and break generated clients.
get/v3/get-max-spendable/{address}
Path parameters
addressstring required
Bitcoin address to calculate the maximum spendable amount for
Response
Get the maximum spendable Bitcoin amount for the given address after accounting for estimated transaction fees
Changes
Changed in 2 of the 19 revisions of this API.2
- ○
api operation id
get_max_spendable_v2removed and replaced withget_max_spendable_v3api-operation-id-removed
- ○
- ○
endpoint added
endpoint-added
- ○