Balance for one partner-user (path-param shortcut)
GET /balances/ — saldos atribuidos a un único usuario tuyo.
GET /balances?external_ref=… cuando ya tienes el external_ref del usuario en la URL. Útil en dashboards y en endpoints internos /users/:id/wallet.Authorizations
Paste your Connect API key (sk_live_… for production, sk_test_… for sandbox) without the Bearer prefix. Mint and rotate keys from the admin panel.
Headers
Path Parameters
The partner's user identifier.
1 - 255Response
Successful Response
Per-user balance response (external_ref was supplied).
The partner's user identifier, echoed back.
Server timestamp when the spot prices were fetched. Partners use this to decide whether to refresh.
One row per enabled (asset, network) pair. Empty list when the user has no holdings, including the just-minted case where the external_ref was new to us.
Sum of line amount_<fiat> values per enabled fiat currency. Keys are lowercase ISO codes (usd, pen). Values are decimal strings; absent currencies indicate the per-line valuation was unavailable for at least one line (fail-closed total).