Overview
Retrieve real-time price and market data for a cryptocurrency by its smart contract address.Usage
Arguments
Platform ID (e.g.,
eth-ethereum, bnb-binance-coin)Smart contract address (e.g.,
0xdac17f958d2ee523a2206206994597c13d831ec7)Options
Output format:
table or jsonJSON output without
_meta wrapper (for scripts/piping)Examples
Get USDT ticker (Ethereum)
Get token data on BSC
JSON output for automation
Response Fields
CoinPaprika coin ID
Token name
Token symbol
Market cap rank
Circulating supply
Total supply
Maximum supply
Price data in various currencies (USD by default)
API Endpoint
Related Commands
contracts
List contracts on a platform
contract-history
Get historical data by contract (Starter+)
Notes
- Contract addresses are case-insensitive but typically lowercase
- Works with any ERC-20, BEP-20, or similar token standard
- Data updates every ~10 minutes on free tier
- Returns 404 if contract is not tracked by CoinPaprika