GET
/
networks
curl --request GET \
  --url https://api.dexpaprika.com/networks
[
  {
    "id": "ethereum",
    "display_name": "Ethereum"
  },
  {
    "id": "fantom",
    "display_name": "Fantom"
  },
  {
    "id": "solana",
    "display_name": "Solana"
  }
]

Response

200
application/json

A list of available blockchain networks.

List of blockchain networks.