API Documentation

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

Logo by Crypto Symbol

Returns a cryptocurrency logo image by symbol (e.g. BTC, ETH)

Parameters

5
sizeinteger
query

Image size in pixels (16–300)

formatstring
query

Image format

greyscalestring
query

Greyscale mode

retinastring
query

Retina (2×) resolution

symbolstringrequired
path

Crypto symbol (e.g. BTC)

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/logo/crypto/BTC?size=128' \
  -H 'Accept: application/json'
200 Response
{}