Skip to main content

Get account asset total by ID

GET 

/account-asset-totals/:id

Retrieve a specific account asset total by its ID

Request

Path Parameters

    id uuidrequired

    Account asset total ID

Responses

Account asset total retrieved successfully

Schema

    iduuid
    accountIduuid
    assetIduuid
    namestring
    settledstring

    Numeric string representing the settled balance

    Example: 100000
    contingentHoldstring

    Numeric string representing contingent holds

    Example: 0
    nonContingentHoldstring

    Numeric string representing non-contingent holds

    Example: 0
    pendingTransferstring

    Numeric string representing pending transfers

    Example: 0
    disbursablestring

    Numeric string representing disbursable amount

    Example: 0
    settledColdstring

    Numeric string representing settled amount in cold storage

    Example: 0
    pendingTransferColdstring

    Numeric string representing pending transfers in cold storage

    Example: 0
    nonContingentHoldColdstring

    Numeric string representing non-contingent holds in cold storage

    Example: 0
    disbursableColdstring

    Numeric string representing disbursable amount in cold storage

    Example: 0
    settledHotstring

    Numeric string representing settled amount in hot wallet

    Example: 0
    pendingTransferHotstring

    Numeric string representing pending transfers in hot wallet

    Example: 0
    nonContingentHoldHotstring

    Numeric string representing non-contingent holds in hot wallet

    Example: 0
    disbursableHotstring

    Numeric string representing disbursable amount in hot wallet

    Example: 0
    accountNamestring
    pendingSettlementstring

    Numeric string representing pending settlements

    Example: 0
    createdAtdate-time
    updatedAtdate-time