cURL
curl --request GET \ --url https://api.depo.to/chains \ --header 'x-api-key: <api-key>'
[ { "id": "ethereum", "name": "Ethereum", "nativeAsset": "ETH" } ]
List all blockchains supported by depo.to
API key from depo.to dashboard
List of supported chains
Chain identifier
"ethereum"
Human-readable chain name
"Ethereum"
Native asset symbol
"ETH"