Skip to main content

Get all asset disbursements

GET 

/asset-disbursements

Retrieve a list of all asset disbursements

Responses

List of asset disbursements retrieved successfully

Schema

  • Array [

  • 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
  • ]