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

Get ERC20 withdrawal approval

GET 

/api/v2/erc20/asset/withdrawal/bundle

Get the signature bundle to finalise a withdrawal on Ethereum

Request

Query Parameters

    withdrawalId stringrequired

    Withdrawal ID to retrieve.

Responses

A successful response.

Schema
    amount string

    Amount to be withdrawn.

    assetSource string

    Address of asset on the bridged EVM chain.

    creation int64

    Creation timestamps.

    nonce string

    Nonce that uniquely identifies this signature bundle and prevents resubmission.

    signatures string

    Signatures bundle as hex encoded data, prefixed with 0x e.g: 0x + sig1 + sig2 + ... + sixN.

    sourceChainId string

    Chain ID of the bridged EVM chain.

    targetAddress string

    Address, prefixed with 0x, that will receive the withdrawn assets.

Loading...