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

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 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...