1. Get an API key
API keys are issued from the Balansas dashboard. Each key is scoped to your customer, can be restricted to specific IP addresses, and may carry an expiry date.2. Make your first call
List your fiat accounts. This is a read-onlyGET, so it needs only your API
key — no CSRF token.
3. Read the response
Every successful response wraps the payload in adata field, with optional
meta for paginated lists:
4. Next steps
Authenticate writes
POST, PATCH, and DELETE also require an X-CSRF-Token header. See
Authentication.Make money moves safely
Money-moving endpoints accept an
Idempotency-Key. See
Idempotency.API Reference
Browse every endpoint with an interactive request playground.

