Get ERC20 withdrawal approval
Get the signature bundle to finalize a withdrawal on ethereum
Query Parameters
withdrawalId string required
Withdrawal ID to retrieve.
Responses
- 200
- 500
- default
A successful response.
application/json
Schema
Example (from schema)
Schema
amount string
assetSource string
creation int64
nonce string
signatures string
targetAddress string
{
"amount": "string",
"assetSource": "string",
"creation": "string",
"nonce": "string",
"signatures": "string",
"targetAddress": "string"
}
An internal server error
application/json
Schema
Example (from schema)
Schema
code int32
details object[]
message string
{
"code": 0,
"details": [
{
"@type": "string"
}
],
"message": "string"
}
An unexpected error response.
application/json
Schema
Example (from schema)
Schema
code int32
details object[]
message string
{
"code": 0,
"details": [
{
"@type": "string"
}
],
"message": "string"
}
GET /api/v2/erc20/asset/withdrawal/bundle
Request
Request
curl / cURL
curl -L -X GET 'https://api.n06.testnet.vega.xyz/api/v2/erc20/asset/withdrawal/bundle' \
-H 'Accept: application/json'
python / requests
curl -L -X GET 'https://api.n06.testnet.vega.xyz/api/v2/erc20/asset/withdrawal/bundle' \
-H 'Accept: application/json'
go / native
curl -L -X GET 'https://api.n06.testnet.vega.xyz/api/v2/erc20/asset/withdrawal/bundle' \
-H 'Accept: application/json'
nodejs / axios
curl -L -X GET 'https://api.n06.testnet.vega.xyz/api/v2/erc20/asset/withdrawal/bundle' \
-H 'Accept: application/json'