Commands Overview
Utility commands for finding data and converting currencies:search- Search across coins, exchanges, people, and tagsconvert- Convert between two currencies
Search
Arguments
<QUERY>- Search query (e.g., coin name, exchange name, person name)
Options
--categories <CATEGORIES>- Comma-separated categories to search (optional)- Available:
currencies,exchanges,icos,people,tags
- Available:
--limit <NUMBER>- Maximum results per category (default:10)--modifier <MODIFIER>- Search modifier (e.g.,symbol_search)
Examples
Search Categories
Currencies (Coins)
Returns:id- Coin identifiername- Coin namesymbol- Ticker symbolrank- Market rankis_active- Active statustype- Coin/token type
Exchanges
Returns:id- Exchange identifiername- Exchange name
People
Returns:id- Person identifiername- Person nameteams_count- Number of teams/projects
Tags
Returns:id- Tag identifiername- Tag namecoin_counter- Number of coins with tagico_counter- Number of ICOs with tag
Practical Examples
Find a Coin
Find an Exchange
Find Person/Team
Browse by Category
Extract Search Results
Convert
Arguments
<BASE_ID>- Base currency ID (e.g.,btc-bitcoin)<QUOTE_ID>- Quote currency ID (e.g.,eth-ethereum,usd-us-dollars)
Options
--amount <NUMBER>- Amount to convert (default:1)
Examples
Response Fields
base_currency_id- Base currency identifierbase_currency_name- Base currency namebase_price_last_updated- Base price update timequote_currency_id- Quote currency identifierquote_currency_name- Quote currency namequote_price_last_updated- Quote price update timeamount- Input amountprice- Converted amount
Supported Currency IDs
Cryptocurrencies:- Use coin IDs:
btc-bitcoin,eth-ethereum,usdt-tether - Find IDs with:
coinpaprika-cli search <name>
usd-us-dollars- US Dollareur-euro- Eurogbp-pound-sterling- British Poundjpy-japanese-yen- Japanese Yen- Many more available
Practical Examples
Currency Converter
Portfolio Value Calculator
Exchange Rate Monitor
Cross-Currency Comparison
Arbitrage Calculator
Search Tips
Finding Coin IDs
-
By name:
-
By symbol:
-
Exact match:
Narrow Your Search
Working with Results
Use Cases
Before Using Other Commands
Portfolio Management
Price Comparison
Research
API Details
- Search:
/search - Convert:
/price-converter - Method: GET
- Rate Limit: Counts toward your monthly limit
- API Key: Not required (optional for higher limits)