getContracts
List token contract addresses for a blockchain platform and map each to a CoinPaprika coin ID. Use platform IDs like eth-ethereum to get contracts with their associated coin identifiers.
Instructions
List the token contract addresses tracked on one platform as a list, mapping each contract to its CoinPaprika coin id. Use for 'contracts on ethereum', 'what tokens does BSC have', or to map a contract address to a coin id. Find the platformId first with getPlatforms; for one contract's live price use getTickerByContract, and for its history use getHistoricalTickerByContract. Read-only. Params: platformId (required) is a platform id such as 'eth-ethereum' or 'bsc-binance-smart-chain'; limit (optional, default 50, max 250) caps how many contracts return. An unknown platformId returns an error. No API key required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of contracts to return (default: 50, max: 250) | |
| platformId | Yes | Platform ID (e.g., eth-ethereum) |