v1

latestOpenAPI 3.1.02026-08-042453938.9 KB
Customers

Get customer balance

Retrieve the current balance for a customer. Returns the latest cached balance from the database (synced periodically from on-chain).

For real-time balance, call POST /v1/customers/:id/sync-balance first.

get/v1/customers/{id}/balance

Path parameters

idstring required

Customer ID

Response

Customer balance

customerIdstring
onchainAddressstring
balanceUsdcstring

Available USDC balance

pendingChargesUsdcstring

USDC in pending charges

availableUsdcstring

Balance minus pending charges

lastSyncedAtstring date-time nullable