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.
id
string

String identifier for the network (e.g., "ethereum", "solana").

display_name
string

Human-readable display name for the network (e.g., "Ethereum").