OpenAPI 3.1.02026-08-164257269.5 KB

6a927c84fe15

Wallet

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"
  }
}