Check a balance
The balance of the user’s wallet for that asset, as a human-decimal string — never a float, never base units.
The balance is exact, down to the last base unit — nothing is floored to "0", so "0" means the address holds nothing of that asset.
Authentication
A 15-minute token from /auth. Required on every endpoint except /auth.
Headers
Correlation id. Generated if omitted, echoed on every response, and written to the audit log. /send is the exception — there it is required, and it doubles as the idempotency key.
Optional. When present it overrides any userId in the body.
Request
24-character hex id, returned by /create.
Response
Balance in the asset, as a human-decimal string, exact down to the last base unit.
Echo of the inbound X-Request-Id, or a generated one.