API Documentation

⌘K
Get free key
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"
}
]