/chains

The /chains endpoint returns a list of blockchain networks supported by the SwapNet aggregator.

Endpoint

GET /api/v1.0/chains

Parameters

Parameter
Type
Required
Description

apiKey

string

Yes

Your API key

Example Request

curl "https://app.swap-net.xyz/api/v1.0/chains?apiKey=<Your API Key>"

Response

Returns an array of supported blockchain networks, each containing:

  • chainId: Unique identifier for the blockchain network

  • name: Human-readable name of the blockchain network

Example Response

The following response shows the list of supported chains as of September 2025:

Last updated