Wallet API

Wallet APIs expose balances, operations history, and shared ledger-backed transfers for a signed-in user.

Behavior

  • Wallets are created and managed through the financial core, not client-side balance fields.
  • Balances expose available and held amounts per currency.
  • Operation history reflects funding, transfers, withdrawals, FX, card funding, giftcards, crypto, and scan flows once they pass the financial engine.

Endpoints

Endpoint Method Auth Headers Notes
List user wallets
/accounting/api/v1/wallets/
Return wallet balances and held balances for the authenticated user.
GET User JWT
Authenticated user
Authorization: Bearer <user-jwt>
Content-Type: application/json
Sandbox: Supported with sandbox keys and adapters.
Production: Available subject to verification, country activation, and provider support.
Rate limits: Standard authenticated rate limits
List financial operations
/accounting/api/v1/operations/
Filter and search wallet operations by status, type, and currency.
GET User JWT
Authenticated user
Authorization: Bearer <user-jwt>
Content-Type: application/json
Sandbox: Supported with sandbox keys and adapters.
Production: Available subject to verification, country activation, and provider support.
Rate limits: Standard authenticated rate limits