API Documentation
Free, fast, no-signup crypto market data API
Base URL
https://api.bitcoinurdu.com/v1100 requests/minute free tier. Email for higher limits.
Endpoints
GET
/api/v1/coins/marketsTop 250 coins by market cap
?vs_currency=usd&page=1GET
/api/v1/coins/{id}Single coin details, price, market cap
?id=bitcoinGET
/api/v1/coins/{id}/historyHistorical price data
?date=01-01-2025GET
/api/v1/globalGlobal market stats, BTC/ETH dominance
GET
/api/v1/newsLatest crypto news (translated to Urdu available)
?lang=enGET
/api/v1/airdropsActive airdrops with eligibility
?chain=evmExample Request
curl https://api.bitcoinurdu.com/v1/coins/bitcoin
{
"id": "bitcoin",
"symbol": "btc",
"name": "Bitcoin",
"current_price": 67500.42,
"market_cap": 1330000000000,
"total_volume": 28500000000,
"price_change_24h": 2.34,
"last_updated": "2025-12-08T10:30:00Z"
}Data sourced from CoinGecko, Binance, and on-chain oracles. Cached for 30s. For enterprise access, contact [email protected]