Skip to main content

Get asset transfer methods

GET 

/asset-transfer-method

Get all asset transfer methods for a given account

Request

Query Parameters

    accountId uuid

    Filter transfer methods by account ID

Responses

List of asset transfer methods

Schema

  • Array [

  • iduuid
    accountIduuid

    ID of the associated account

    assetIduuid

    ID of the asset being transferred

    singleUseboolean

    Whether this transfer method can be used multiple times

    Default value: true
    assetTransferTypestring

    Type of the asset transfer (BITCOIN or BITCOIN_LIGHTNING)

    Possible values: [BITCOIN, BITCOIN_LIGHTNING]

    Default value: BITCOIN
    transferDirectionstring

    Direction of the transfer (INCOMING or OUTGOING)

    Possible values: [INCOMING, OUTGOING]

    Default value: INCOMING
    labelstring

    Optional label for the transfer method

    Possible values: <= 255 characters

    tagstring

    Optional tag for the transfer method

    Possible values: <= 255 characters

    invoicestring

    Lightning invoice payment request string

    Possible values: <= 639 characters

    unitCountExpectednumeric

    Expected amount in base units (e.g., satoshis)

    createdAtdate-time
    updatedAtdate-time
    expiresAtdate-time

    Expiration time of the transfer method

  • ]