API Documentation

Free, fast, no-signup crypto market data API

Base URL

https://api.bitcoinurdu.com/v1

100 requests/minute free tier. Email for higher limits.

Endpoints

GET
/api/v1/coins/markets

Top 250 coins by market cap

?vs_currency=usd&page=1
GET
/api/v1/coins/{id}

Single coin details, price, market cap

?id=bitcoin
GET
/api/v1/coins/{id}/history

Historical price data

?date=01-01-2025
GET
/api/v1/global

Global market stats, BTC/ETH dominance

GET
/api/v1/news

Latest crypto news (translated to Urdu available)

?lang=en
GET
/api/v1/airdrops

Active airdrops with eligibility

?chain=evm

Example 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]