Get ERC20 list asset bundle
Get the signatures bundle to allowlist an ERC20 token in the collateral bridge
Query Parameters
assetId string required
Asset ID of the asset bundle requested.
Responses
- 200
- 500
- default
A successful response.
application/json
Schema
Example (from schema)
Schema
assetSource string
nonce string
signatures string
vegaAssetId string
{
"assetSource": "string",
"nonce": "string",
"signatures": "string",
"vegaAssetId": "string"
}
An internal server error
application/json
Schema
Example (from schema)
Schema
code int32
details object[]
@type string
message string
{
"code": 0,
"details": [
{
"@type": "string"
}
],
"message": "string"
}
An unexpected error response.
application/json
Schema
Example (from schema)
Schema
code int32
details object[]
@type string
message string
{
"code": 0,
"details": [
{
"@type": "string"
}
],
"message": "string"
}
Loading...