Skip to main content

Get asset disbursement by ID

GET 

/asset-disbursements/:id

Retrieve a specific asset disbursement by its ID

Request

Path Parameters

    id uuidrequired

    Asset disbursement ID

Responses

Asset disbursement retrieved successfully

Schema

    iduuid
    accountIduuid

    ID of the account making the disbursement

    assetIduuid

    ID of the asset being disbursed

    userIduuid

    ID of the user making the disbursement

    assetTransferMethodIduuid

    ID of the transfer method used for disbursement

    networkFeestring

    Network fee for the disbursement

    Example: 0.0001
    treatAsGrossAmountboolean

    Whether to treat the amount as gross (before fees)

    unitCountstring

    Number of units to disburse

    Example: 1.0
    createdAtdate-time
    updatedAtdate-time