API Documentation
⌘K
API Key
Get free key GET
/api/1/crypto-extended/asset-platformsAsset Platforms (Blockchains) API
Returns list of all blockchain platforms with chain identifiers, native coin, and metadata
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/crypto-extended/asset-platforms' \
-H 'Accept: application/json'200 Response
[
{
"id": "ethereum",
"name": "Ethereum",
"shortname": "string",
"chain_identifier": 0,
"native_coin_id": "string"
}
]