CCXT.Account (ccxt_client v0.6.1)

Copy Markdown View Source

Unified exchange account data.

Represents an account or sub-account on an exchange.

Fields

  • id - Account ID
  • type - Account type (e.g., "spot", "futures", "margin")
  • code - Currency code (if account is currency-specific)
  • info - Raw exchange response

Summary

Functions

JSON Schema for the Account unified type.

Types

t()

@type t() :: %CCXT.Account{
  code: String.t() | nil,
  id: String.t() | nil,
  info: map() | nil,
  type: String.t() | nil
}

Functions

schema()

@spec schema() :: map()

JSON Schema for the Account unified type.