Skip to main content

Get a single asset transfer method

GET 

/asset-transfer-method/:id

Retrieve details of a specific asset transfer method

Request

Path Parameters

    id uuidrequired

    ID of the asset transfer method to retrieve

Responses

Asset transfer method retrieved successfully

Schema

    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