Skip to main content

Prices API

prices API endpoints.

Endpoints​

MethodPathDescription
GET/api/bitcoin/24hrpriceBTC 24h weighted price
GET/api/bitcoin/allAll BTC data
GET/api/bitcoin/marketcapBTC market cap
GET/api/bitcoin/tickerBTC multi-currency ticker
GET/api/market/{token}Token market data
GET/api/market/capTop coins by market cap
GET/api/market/categoriesMarket categories
GET/api/market/compare/{ids}Compare multiple coins
GET/api/market/derivativesDerivatives market
GET/api/market/derivatives/exchangesDerivatives exchanges
GET/api/market/dominanceBTC/ETH dominance
GET/api/market/exchange/{id}Exchange details
GET/api/market/exchangesExchange rankings
GET/api/market/fear-greedFear & Greed Index
GET/api/market/fear-greed/historyFear & Greed history
GET/api/market/gainersTop gainers 24h
GET/api/market/losersTop losers 24h
GET/api/market/movers/1hTop movers (1 hour)
GET/api/market/movers/24hTop movers (24 hours)
GET/api/market/movers/7dTop movers (7 days)
GET/api/market/sector/{id}Sector details
GET/api/market/sectorsMarket sectors
GET/api/market/sentimentMarket sentiment
GET/api/market/statsDetailed market stats
GET/api/market/topTop coins by market cap
GET/api/market/trendingTrending coins
GET/api/market/trending/coinsTrending coins only
GET/api/market/volumeTop coins by volume
GET/api/misc/btc-dominanceBTC dominance
GET/api/misc/cex/{exchange}CEX details
GET/api/misc/cex/volumesCEX volumes
GET/api/misc/coin/{id}Coin info
GET/api/movers/1hTop movers 1h
GET/api/movers/24hTop movers 24h
GET/api/movers/7dTop movers 7d
GET/api/network/metrics/btcBTC metrics
GET/api/network/metrics/ethETH metrics
GET/api/price/{token}Get Token Price
GET/api/price/1inch1inch price
GET/api/price/aaveAave price
GET/api/price/aiAI token prices
GET/api/price/arbArbitrum price
GET/api/price/avaxAvalanche price
GET/api/price/balBalancer price
GET/api/price/bnbBNB price
GET/api/price/btcBitcoin price
GET/api/price/btc/24hBTC 24h stats
GET/api/price/compCompound price
GET/api/price/crvCurve price
GET/api/price/defiDeFi token prices
GET/api/price/dogeDogecoin price
GET/api/price/ensENS token price
GET/api/price/ethEthereum price
GET/api/price/eth/24hETH 24h stats
GET/api/price/eth/multichainETH multi-chain prices
GET/api/price/historical/{token}Historical price at date
GET/api/price/history/{token}Token price history
GET/api/price/l2L2 token prices
GET/api/price/ldoLido price
GET/api/price/linkChainlink price
GET/api/price/majorMajor crypto prices
GET/api/price/maticPolygon price
GET/api/price/memeMeme token prices
GET/api/price/mkrMaker price
GET/api/price/multi/{symbols}Multiple token prices
GET/api/price/opOptimism price
GET/api/price/pepePepe price
GET/api/price/shibShiba Inu price
GET/api/price/snxSynthetix price
GET/api/price/solSolana price
GET/api/price/sushiSushi price
GET/api/price/uniUniswap price
GET/api/price/usdc/multichainUSDC multi-chain prices
GET/api/price/wifdogwifhat price
GET/api/price/yfiYearn price
GET/api/pricesBatch token prices
GET/api/prices/batchBatch token prices
GET/api/smart/pricesGet Multiple Token Prices (Batch)
GET/api/tokens/categoriesAll token categories
GET/api/tokens/category/{category}Tokens by category
GET/api/tokens/gainersTop gainers 24h
GET/api/tokens/gainers/7dTop gainers 7d
GET/api/tokens/high-volumeHigh volume tokens
GET/api/tokens/holders/{contract}Token holders
GET/api/tokens/info/{address}Token info by address
GET/api/tokens/losersTop losers 24h
GET/api/tokens/newNew tokens
GET/api/tokens/ohlc/{id}Token OHLC data
GET/api/tokens/price/stethstETH price
GET/api/tokens/price/wbtcWBTC price
GET/api/tokens/price/wethWETH price
GET/api/tokens/privacyPrivacy tokens list
GET/api/tokens/storageStorage tokens list
GET/api/tokens/supply/{contract}Token supply
GET/api/tokens/symbol/{symbol}Lookup by symbol
GET/api/trendingTrending ENS registrations and transfers
GET/api/trending/categoriesTrending categories
GET/api/trending/coinsTrending coins (CoinGecko)
GET/api/trending/gainersTop gainers
GET/api/trending/losersTop losers
GET/api/trending/tokensTrending tokens
GET/api/trending/volumeVolume leaders
GET/api/volume/exchange/volumesExchange volumes

Quick Start​

# Example: /api/bitcoin/24hrprice
curl -s "https://api.web3identity.com/api/bitcoin/24hrprice" | jq