Skip to main content
GET
cURL

Headers

Authorization
string
required

Bearer token. Format: Bearer <api_key>

Path Parameters

accountId
string
required

Response

The request has succeeded.

Detailed view of a financial account, including balances and funding methods.

object
enum<string>
required

Object type. Always account.

Available options:
account
accountId
string
required

Unique account identifier.

name
string | null
required

Display name for the account.

description
string | null
required

Optional description of the account's purpose.

isPrimary
boolean
required

Whether this is the organization's primary account.

status
enum<string>
required

Current account status.

Available options:
ACTIVE,
SUSPENDED,
CLOSED
fundingMethods
object[]
required

Funding methods attached to this account.

balances
object[]
required

Current balances per asset held in this account.

createdAt
string
required

When the account was created.

updatedAt
string
required

When the account was last updated.