REST APIOrganizationOrganization Management

GET

List asset balances by coin for a given enterprise

Path Params

  • enterpriseId string required

Query Params

  • organizationId string required
    The ID of the organization that owns the enterprise
  • currency string enum
    ARSAUDCADCLPCNYCOPDKKEURGBPINRJPYNOKSEKTRYUSDUYUZAR
  • enterprise string required
  • coin string
  • showEmptyBalances boolean or string

    ANY OF

    boolean
  • expandTradingBalance boolean or string

    ANY OF

    boolean

Responses

200

Response Body

object

  • balances array of objects required
    balances object
    • balanceString string required
    • spendableBalanceString string
    • coin string required
    • lockedBalanceString string
    • stakedBalanceString string
    • confirmedBalanceString string
    • fiatValue number
    • displayValue string
    • humanReadableValue string
    • spendableFiatValue number
    • spendableDisplayValue string
    • lockedFiatValue number
    • lockedDisplayValue string
    • stakedFiatValue number
    • stakedDisplayValue string
    • confirmedFiatValue number
    • confirmedDisplayValue string
    • marketPrice number
    • portfolioPercent number
  • total number required