OpenSea · Example Payload

Get_Chains

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Get_Chains is an example object payload from OpenSea, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathrequestresponse

Example Payload

Raw ↑
{
  "operationId": "get_chains",
  "method": "GET",
  "path": "/api/v2/chains",
  "request": {},
  "response": {
    "200": {
      "chains": [
        {
          "chain": "ethereum",
          "name": "Ethereum",
          "symbol": "ETH",
          "supports_swaps": true,
          "block_explorer": "Etherscan"
        }
      ]
    }
  }
}