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

Get ERC20 withdrawal approval

Get the signature bundle to finalize a withdrawal on ethereum

Query Parameters
    withdrawalId string required

    Withdrawal ID to retrieve.

Responses

A successful response.


Schema
    amount string
    assetSource string
    creation int64
    nonce string
    signatures string
    targetAddress string
GET /api/v2/erc20/asset/withdrawal/bundle

Request

Base URL
https://api.n06.testnet.vega.xyz
withdrawalId — query required
curl / cURL
curl -L -X GET 'https://api.n06.testnet.vega.xyz/api/v2/erc20/asset/withdrawal/bundle' \
-H 'Accept: application/json'