Skip to main content
Version: mainnet (v0.73)

Get ERC20 withdrawal approval

Get the signature bundle to finalise a withdrawal on Ethereum

Query Parameters
    withdrawalId string required

    Withdrawal ID to retrieve.

Responses

A successful response.


Schema
    amount string

    Amount to be withdrawn.

    assetSource string

    Address of asset on Ethereum.

    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.

    targetAddress string

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

Loading...