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
curl --request GET \
--url https://api.depo.to/chains \
--header 'x-api-key: <api-key>'[
{
"id": "ethereum",
"name": "Ethereum",
"nativeAsset": "ETH"
}
]