Skip to main content

Get Organization (Circle) Balances

GET 

/balances

ATTENTION, this endpoint is only enabled when the tenant distribution account type is CIRCLE.

Responses

Returns the organization's Circle balances

Schema

    account

    object

    required

    address string

    The address of the distribution account, present when the account type is STELLAR.

    circle_wallet_id string

    The ID of the Circle wallet, present when the account type is CIRCLE.

    type stringrequired

    Possible values: [DISTRIBUTION_ACCOUNT.STELLAR.ENV, DISTRIBUTION_ACCOUNT.STELLAR.DB_VAULT, DISTRIBUTION_ACCOUNT.CIRCLE.DB_VAULT]

    The type of the distribution account.

    status stringrequired

    Possible values: [ACTIVE, PENDING_USER_ACTIVATION]

    balances

    object[]

    required

    The organization's Circle balances

  • Array [

  • asset_code string

    The asset code of the balance in the Stellar network.

    asset_issuer string

    The asset issuer of the balance in the Stellar network.

    amount string

    The amount of the balance.

  • ]

Loading...