OpenPoly logo
Wallet Adapter

Balance

Balance lookup contract for the operator wallet adapter.

Balance

Return current operator-owned wallet balance for one user.

Path

GET /balance

Query params

  • external_user_id
  • currency_code

Example

GET /balance?external_user_id=operator-user-123&currency_code=IDR

Response

{
  "external_user_id": "operator-user-123",
  "currency_code": "IDR",
  "balance_minor": 150000,
  "remote_reference": "wallet-lookup-123"
}

Rules

  • return integer balance_minor
  • currency must match operator integration currency
  • no floating values
Copyright © 2026