Retrieve a Balance
Return your merchant balance in a single currency.
GET
Retrieve a balance by currency
Authorizations
Per-request DPoP proof JWT (RFC 9449). MUST accompany the Authorization: DPoP <access_token> header on every protected operation. The proof is signed by the merchant's private DPoP key and carries htm, htu, iat, jti, and ath claims.
Path Parameters
ISO 4217 currency code (or stablecoin/crypto symbol). ISO 4217 three-letter currency code.
Pattern:
^[A-Z]{3}$Example:
"USD"
Response
Balance.
Available, pending, and total funds in a single currency.
Example:
Retrieve a balance by currency