Skip to main content

Get all asset transfers

GET 

/asset-transfers

Retrieve a list of all asset transfers

Responses

List of asset transfers retrieved successfully

Schema

  • Array [

  • iduuid
    statusstring

    Current status of the transfer

    Possible values: [PENDING, CANCELLED, SETTLED]

    unitCountstring

    Number of units being transferred

    Example: 1.0
    unitCountExpectedstring

    Expected number of units to transfer

    Example: 1.0
    hotTransferboolean

    Whether this is a hot wallet transfer

    settlementDetailsstring

    Possible values: <= 255 characters

    transactionHashstring

    Blockchain transaction hash

    Possible values: <= 255 characters

    cancelledAtdate-timenullable
    createdAtdate-time
    contingenciesClearedAtdate-timenullable
    contingenciesClearedOnstringnullable

    Possible values: <= 10 characters

    reconciledAtdate-timenullable
    assetTransferMethodIduuid

    ID of the transfer method used

    accountIduuid

    ID of the account being charged

    assetIduuid

    ID of the asset being transferred

    assetContributionIduuidnullable

    ID of the associated contribution

    assetDisbursementIduuidnullable

    ID of the associated disbursement

  • ]