v1
latestOpenAPI 3.1.02026-08-044257268.7 KBWallet
Get the live wallet balance
Fetches the live balance from the wallet provider, reconciles the wallet-balance control, and returns spendable balance (live − held; may be negative) plus held (reserved for in-flight runs). Never cached.
get/v1/wallet/balance
Response
Live wallet balance (dollars)
Example response
{
"balance": {
"value": 25.5,
"currency": "USD"
},
"held": {
"value": 25.5,
"currency": "USD"
}
}