Skip to main content

Get all asset transactions

GET 

/asset-transactions

Retrieve a list of all asset transactions

Responses

List of asset transactions retrieved successfully

Schema

  • Array [

  • iduuid
    accountIduuid

    ID of the associated account

    assetIduuid

    ID of the asset involved

    assetTransferIduuid

    ID of the associated transfer

    assetFeestring

    Fee in asset units

    Example: 0.001
    assetTransactionTypestring

    Type of asset transaction

    Possible values: [BITCOIN, BITCOIN_LIGHTNING]

    cashFeestring

    Fee in cash amount

    Example: 1.00
    comments1string

    Possible values: <= 255 characters

    comments2string

    Possible values: <= 255 characters

    comments3string

    Possible values: <= 255 characters

    comments4string

    Possible values: <= 255 characters

    currencyTypestring

    Possible values: <= 50 characters

    Example: USD
    datastring

    Possible values: <= 1000 characters

    effectiveAtdate-time
    settledAtdate-time
    settledOndate-time
    tradedOndate-time
    unitCountstring

    Number of units in the transaction

    Example: 1.0
    unitCountActualstring

    Actual number of units processed

    Example: 1.0
    createdAtdate-time
    updatedAtdate-time
  • ]