v1
latestOpenAPI 3.1.02026-07-265817860.8 KBbalances
Finalize a previously locked balance. Use 'confirm' to commit the deduction, or 'release' to return the held balance.
post/v1/balances.finalize
Headers
x-api-versionstring required
Request body
Example request
{
"lock_id": "lock_abc123",
"action": "confirm"
}Response
OK