Commands Overview
Contract commands let you work with token contracts on various blockchain platforms:platforms- List available contract platformscontracts- List contracts on a platformcontract-ticker- Get ticker data by contract addresscontract-history- Historical contract data (paid feature)
List Platforms
Examples
Common Platforms
eth-ethereum- Ethereumbnb-binance-coin- BNB Smart Chain (BSC)matic-polygon- Polygonavax-avalanche- Avalanchesol-solana- Solanaada-cardano- Cardano
List Contracts
Arguments
<PLATFORM_ID>- Platform identifier (e.g.,eth-ethereum)
Options
--limit <NUMBER>- Maximum number of results (default:50)
Examples
Response Fields
address- Contract addresstype- Contract typeid- CoinPaprika coin IDactive- Whether contract is active
Get Contract Ticker
Arguments
<PLATFORM_ID>- Platform identifier<ADDRESS>- Contract address
Examples
Response Fields
Basic information:id- CoinPaprika coin IDname- Token namesymbol- Token symbolrank- Market rank
circulating_supply- Circulating supplytotal_supply- Total supplymax_supply- Maximum supply
beta_value- Beta coefficientfirst_data_at- First data timestamplast_updated- Last update timestamp
price- Current pricevolume_24h- 24-hour volumevolume_24h_change_24h- Volume change %market_cap- Market capitalizationmarket_cap_change_24h- Market cap change %percent_change_24h- 24-hour price change %percent_change_7d- 7-day price change %percent_change_30d- 30-day price change %percent_change_1y- 1-year price change %ath_price- All-time high priceath_date- ATH datepercent_from_price_ath- Distance from ATH
Historical Contract Data
PAID FEATURE: Requires Starter plan or higher. See pricing plans.
Arguments
<PLATFORM_ID>- Platform identifier<ADDRESS>- Contract address
Options
--start <DATE>- Start date in ISO format (e.g.,2024-01-01) [Required]--end <DATE>- End date in ISO format (optional)--interval <INTERVAL>- Time interval (default:24h)--limit <NUMBER>- Maximum number of results (default:50)
Examples
Response Fields
timestamp- Data point timestampprice- Price at timestampvolume_24h- 24-hour volumemarket_cap- Market cap at timestamp
Practical Examples
Find Contract Address
Check Token Price
Compare Tokens on Same Platform
Monitor New Contracts
Track Token History
Finding Contract Addresses
Method 1: Search CoinPaprika
Method 2: List Platform Contracts
Method 3: Use Blockchain Explorer
For tokens not listed:- Find the contract on Etherscan/BSCScan
- Copy the contract address
- Query CoinPaprika:
Supported Platforms
Major platforms with contract support:- Ethereum (eth-ethereum) - ERC-20 tokens
- BNB Chain (bnb-binance-coin) - BEP-20 tokens
- Polygon (matic-polygon) - Polygon tokens
- Avalanche (avax-avalanche) - Avalanche tokens
- Solana (sol-solana) - SPL tokens
Use Cases
DeFi Applications
Token Analysis
Portfolio Tracking
Smart Contract Integration
API Details
- List Platforms:
/contracts - List Contracts:
/contracts/{platform_id} - Contract Ticker:
/contracts/{platform_id}/{address} - Contract History:
/contracts/{platform_id}/{address}/historical(paid) - Method: GET
- Rate Limit: Counts toward your monthly limit