Overview
List blockchain platforms that support smart contracts and query contract information by address. This is essential for tracking tokens on platforms like Ethereum, BNB Chain, and Polygon.Commands
List Platforms
Get a list of all supported blockchain platforms:List Contracts
Get contracts deployed on a specific platform:Contract Ticker
Get ticker data for a specific contract address:Contract History
Get historical ticker data for a contract [PAID: Starter+]:List Platforms
Options
Output format:
table or jsonOutput raw JSON without metadata wrapper
Examples
Response
List Contracts
Arguments
Platform ID (e.g.,
eth-ethereum, bnb-binance-coin)Options
Maximum number of contracts to return
Output format:
table or jsonOutput raw JSON without metadata wrapper
Examples
Response
Contract Ticker
Arguments
Platform ID (e.g.,
eth-ethereum)Smart contract address (e.g.,
0xdac17f958d2ee523a2206206994597c13d831ec7)Options
Output format:
table or jsonOutput raw JSON without metadata wrapper
Examples
Get USDT contract ticker on Ethereum
Get USDC contract ticker
Get token data as JSON
Response
Contract History [PAID]
Arguments
Platform ID (e.g.,
eth-ethereum)Smart contract address
Options
Start date in ISO format (e.g.,
2024-01-01)End date in ISO format (defaults to now)
Time interval:
5m, 15m, 30m, 1h, 6h, 12h, 24hMaximum number of data points to return
Output format:
table or jsonOutput raw JSON without metadata wrapper
Examples
Response
Response Fields
Contract Object
Smart contract address on the blockchain
Contract standard (e.g.,
ERC20, BEP20, SPL)CoinPaprika coin ID for this contract
Whether the contract is currently active
Contract Ticker Fields
See the ticker command documentation for full field descriptions.Common Platform IDs
eth-ethereum- Ethereum (ERC20 tokens)bnb-binance-coin- BNB Chain (BEP20 tokens)matic-polygon- Polygonavax-avalanche- Avalanche C-Chainftm-fantom- Fantomsol-solana- Solana (SPL tokens)arb-arbitrum- Arbitrumop-optimism- Optimism
Notes
- Contract addresses are case-insensitive but typically shown in lowercase
- ERC20 is the most common token standard on Ethereum
- The same token may have contracts on multiple platforms (multi-chain)
- Historical contract data requires a paid plan
- Available on free tier (except contract history)