Skip to main content

Create a new asset disbursement

POST 

/asset-disbursements

Create a new asset disbursement with Lightning Network payment

Request

Body

required

    accountIduuidrequired

    ID of the account making the disbursement

    assetIduuidrequired

    ID of the asset to disburse

    assetTransferMethodIduuidrequired

    ID of the transfer method to use

    networkFeestringrequired

    Network fee for the disbursement

    Example: 0.0001
    treatAsGrossAmountbooleanrequired

    Whether to treat the amount as gross

    unitCountstringrequired

    Number of units to disburse

    Example: 1.0

Responses

Asset disbursement created 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