GET
/
networks
curl --request GET \
  --url https://api.dexpaprika.com/networks
{
  "networks": [
    {
      "id": "ethereum",
      "display_name": "Ethereum",
      "native_asset_ticker": "ETH",
      "explorer": "https://etherscan.io"
    },
    {
      "id": "fantom",
      "display_name": "Fantom",
      "native_asset_ticker": "FTM",
      "explorer": "https://ftmscan.com"
    }
  ]
}

Response

200
application/json
A list of available blockchain networks.
networks
object[]

List of blockchain networks.

Metadata about a blockchain network.