Skip to main content
Version: testnet (v0.71)

Get withdrawal

Get a withdrawal by its ID. Use the withdrawals list query to get withdrawal IDs

Path Parameters
    id string required

    Withdrawal ID to retrieve data for.

Responses

A successful response.


Schema
    withdrawal object

    Withdrawal matching the ID from the request.

    amount string
    asset string
    createdTimestamp int64
    ext object

    Foreign chain specifics.

    erc20 object

    ERC20 withdrawal details.

    receiverAddress string
    id string
    partyId string
    ref string
    status Status of the withdrawal

    Possible values: [STATUS_UNSPECIFIED, STATUS_OPEN, STATUS_REJECTED, STATUS_FINALIZED]

    txHash string
    withdrawnTimestamp int64
Loading...