Coin icon
GET/coins/icon/:coin-network
Returns the icon of the coin in svg or png format.
The coin can be coin-network
or if network
is omitted, it will default to the mainnet
. E.g btc-bitcoin
, btc-mainnet
or btc
all return the BTC on chain logo. btc-liquid
return the Liquid BTC logo.
Request
Path Parameters
coin-network stringrequired
Responses
- 200
- 400
OK
- image/svg+xml or image/png
- Schema
- Example
Schema
image/svg+xml or image/png required
Bad Request
- application/json
- Schema
- Example
Schema
error object
message stringrequired
{
"error": {
"message": "Method USDT/ripple not found"
}
}
Loading...