API Documentation
⌘K
API Key
Get free key GET
/api/1/logo/crypto/{symbol}Logo by Crypto Symbol
Returns a cryptocurrency logo image by symbol (e.g. BTC, ETH)
Parameters
5sizeintegerImage size in pixels (16–300)
formatstringImage format
greyscalestringGreyscale mode
retinastringRetina (2×) resolution
symbolstringrequiredCrypto 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
{}