Overview
List all smart contracts deployed on a specific blockchain platform.Usage
Arguments
Platform ID (e.g.,
eth-ethereum, bnb-binance-coin, sol-solana)Options
Maximum number of results to return (default: 50)
Output format:
table or jsonJSON output without
_meta wrapper (for scripts/piping)Examples
List Ethereum contracts
Get Binance Smart Chain contracts
JSON output for automation
Response Fields
Smart contract address on the blockchain
Contract type (e.g., ERC-20, BEP-20)
CoinPaprika coin ID associated with the contract
Whether the contract is actively tracked
API Endpoint
Related Commands
platforms
List available contract platforms
contract-ticker
Get ticker data by contract address
Notes
- Use the
platformscommand first to see available platform IDs - Contract addresses are case-sensitive
- Results are paginated via the
--limitoption - Free tier includes contract data for major platforms