Skip to main content
GET
/
chains
Get Supported Chains
curl --request GET \
  --url https://api.depo.to/chains \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "ethereum",
    "name": "Ethereum",
    "nativeAsset": "ETH"
  }
]

Authorizations

x-api-key
string
header
required

API key from depo.to dashboard

Response

List of supported chains

id
string

Chain identifier

Example:

"ethereum"

name
string

Human-readable chain name

Example:

"Ethereum"

nativeAsset
string

Native asset symbol

Example:

"ETH"