Skip to main content

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

Balances

Retrieve an account by ID to see its current balances:
Each balance entry includes the asset code and the amount in major units. Balances are fetched from the ledger in real time — the response always reflects the current state. An account only shows balances for assets it has held at some point. A newly created account with no deposits returns an empty 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 an accountId — creating quotes, listing beneficiaries, initiating payouts — verify ownership before proceeding.