API Documentation

GET/api/1/crypto-extended/asset-platforms

Asset 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"
}
]