API Documentation

⌘K
GET/api/1/crypto/profile/{symbol}

Crypto Profile API

Returns profile information for the given cryptocurrency symbol/identifier

Parameters

1
symbolstringrequired
path

Cryptocurrency symbol (e.g. BTC, ETH) or identifier

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/crypto/profile/bitcoin' \
  -H 'Accept: application/json'
200 Response
{
  "identifier": "BTC",
  "symbol": "BTC",
  "name": "Bitcoin",
  "description_en": "string",
  "marketCap": 0,
  "category": "coin",
  "coingecko_rank": 1,
  "genesis_date": "2009-01-03T00:00:00.000Z",
  "hashing_algo": "SHA-256"
}