resolveId
Resolve a fuzzy coin, exchange, person, or tag name to a ranked list of candidate CoinPaprika IDs. Use to obtain an ID needed for price queries.
Instructions
Resolve a fuzzy coin, exchange, person or tag name or symbol to a ranked list of candidate CoinPaprika ids, best first (take the top one). Call FIRST when you have a bare name or symbol but need an id, since ids are not derivable, then pass the id to getTickersById for price. Returns candidates with id, name, symbol, type and rank; an empty list means no match. Read-only. Params: type (required; one of 'coin', 'exchange', 'people', 'tags') sets entity kind; query (required) is the fuzzy text; limit (optional, default 50, max 250) caps candidates. Answers 'id for AAVE', 'resolve Vitalik'. No API key required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Resource type to resolve | |
| limit | No | Number of results (default: 50, max: 250) | |
| query | Yes | Fuzzy search query |