Skip to main content

Get asset transfer by ID

GET 

/asset-transfers/:id

Retrieve a specific asset transfer by its ID

Request

Path Parameters

    id uuidrequired

    Asset transfer ID

Responses

Asset transfer retrieved successfully

Schema

    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