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

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

A successful response.


Schema
    assetSource string

    Address of the asset on Ethereum.

    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.

    vegaAssetId string

    Asset ID for the underlying Vega asset.

Loading...