Coins

Coins are all the cryptocurrencies listed with us, like Bitcoin, Ethereum, Dogecoin, and thousands more. Do you miss a particular coin you’d like to see in the API? Submit it via our listing form

Available Endpoints

GET /api/public/crypto

Returns info of all supported coins.

Request parameters:

  • supply, technical indicators, price,...

GET /api/public/crypto.php?symbols=

Returns data for a specific coin, including price, volume, OHLC data, supply, available markets, and technical data.

Request parameters:

  • symbol: the ID of the coin to retrieve data for (e.g. BTC for Bitcoin, ETH for Ethereum)

Example request:

Example response:

[{"general":
{"coin":"BTC",
"name":"Bitcoin",
"max_supply":"21000000",
"total_supply":"0",
"icon_svg":"https:\/\/coinrango.com\/api\/coin\/icon_svg\/btc.svg",
"icon_png":"https:\/\/coinrango.com\/api\/coin\/icon_png\/btc.png",
"icon_png_3d":"https:\/\/coinrango.com\/api\/coin\/icon_png_3d\/btc.png"},

"market":{"coin":"BTC",
"name":"Bitcoin",
"rank":"1",
"circulating_supply":"19767400",
"total_supply":"19767393",
"marketcap":"1301010000000",
"total_volume":"17130400000",
"btc":1,
"btc_pct_24":"0",
"btc_pct_7D":"-0.69",
"usd":"65834",
"usd_pct_24":"5.48",
"usd_pct_7D":"4.75",
"usdt":"65811.2",
"usdt_pct_24":"5.48",
"usdt_pct_7D":"4.75",
"eth":"25.0262",
"eth_pct_24":"-1.98",
"eth_pct_7D":"-2.66",
"bnb":"111.64",
"bnb_pct_24":"1.63",
"bnb_pct_7D":"0.93",
"busd":"65834",
"busd_pct_24":"5.48",
"busd_pct_7D":"4.75",
"rsi_14d":"74.8276",
"ma":null,
"sma":null,
"TxCount":null,
"tvl":null,
"time":"1728932082",
"timestamp":"2024-10-14 18:55:01"}
}]

This is an overview of how our API looks like, consider API docs are still under development

More dat coming soon...

Last updated