Overview
An account is the central resource in the Nxos platform. Every organization starts with one primary account created automatically during onboarding. Accounts hold multi-currency balances and are the source and destination for all financial operations — trades, payouts, and deposits.Account structure
Statuses
| Status | Description |
|---|---|
ACTIVE | Normal operation. Can hold balances and process transactions. |
SUSPENDED | Temporarily frozen. Balances are preserved but no new transactions are allowed. |
CLOSED | Permanently closed. Cannot be reopened. |
Balances
Retrieve an account by ID to see its current balances:balances array.
Funding methods
Funding methods represent the rails through which money enters an account — bank accounts for fiat deposits, crypto wallets for on-chain receives. They are provisioned during account setup and attached to the account automatically.Ownership
Accounts belong to an organization. Your API key is scoped to a single organization, so you can only access accounts within that organization. All operations that reference anaccountId — creating quotes, listing beneficiaries, initiating payouts — verify ownership before proceeding.