Skip to main content
GET
/
list
cURL
curl --request GET \
  --url https://metadata.layerzero-api.com/v1/metadata/experiment/ofts/list
{
  "ZRO": [
    {
      "name": "ZRO Token",
      "sharedDecimals": 6,
      "endpointVersion": "v2",
      "deployments": {
        "ethereum": {
          "address": "0x6985884c4392d348587b19cb9eaaf157f13271cd",
          "localDecimals": 18,
          "type": "OFT"
        },
        "arbitrum": {
          "address": "0x6985884c4392d348587b19cb9eaaf157f13271cd",
          "localDecimals": 18,
          "type": "OFT"
        },
        "optimism": {
          "address": "0x6985884c4392d348587b19cb9eaaf157f13271cd",
          "localDecimals": 18,
          "type": "OFT"
        },
        "base": {
          "address": "0x6985884c4392d348587b19cb9eaaf157f13271cd",
          "localDecimals": 18,
          "type": "OFT"
        }
      }
    }
  ]
}

Query Parameters

chainNames
string

Comma-separated list of chain names to filter by

Example:

"ethereum,arbitrum,optimism,base"

symbols
string

Comma-separated list of token symbols to filter by

Example:

"ZRO,USDT0,XAUT0,WBTC"

protocols
string

Comma-separated list of protocol names to filter by

Example:

"wBTC,ZRO Token,USDT0"

contractAddresses
string

Comma-separated list of contract addresses to filter by

Example:

"0x6985884c4392d348587b19cb9eaaf157f13271cd,0x6c96de32cea08842dcc4058c14d3aaad7fa41dee"

Response

200 - application/json

Successfully retrieved OFT list

Record of token symbols to their OFT configurations

{key}
object[]