Tool Name | API | Description |
---|---|---|
get-coins | Get Coins | Get comprehensive data about all cryptocurrencies: Price, market cap, and volume. Price changes (1h, 24h, 7d). Supply information. Trading metrics. Social links and metadata. |
get-coin-by-id | Get Coin By Id | Get detailed information about a specific cryptocurrency based on its unique identifier. |
get-coin-chart-by-id | Get Coin Chart By Id | Get chart data for a specific cryptocurrency based on its unique identifier, specifying different time ranges. |
get-coin-avg-price | Get Coin Avg Price | Get the historical average price for a specific cryptocurrency based on its unique identifier and a specific date. |
get-coin-exchange-price | Get Coin Exchange Price | Get the historical price data for a specific cryptocurrency on a particular exchange. |
get-ticker-exchanges | Get Ticker Exchanges | Get a list of supported exchanges. |
get-ticker-markets | Get Ticker Markets | Get a list of tickers for a specific cryptocurrency across different exchanges. |
get-blockchains | Get Blockchains | Get a list of supported blockchains by CoinStats. |
get-wallet-balance | Get Wallet Balance | Get the balance data for a provided wallet address on a specific blockchain network. |
get-wallet-balances | Get Wallet Balances | Get the balance data for a provided wallet address on all CoinStats supported networks. |
get-wallet-sync-status | Get Wallet Sync Status | Get the syncing status of the wallet with the blockchain network. |
get-wallet-transactions | Get Wallet Transactions | Get transaction data for a specific wallet. Ensure transactions are synced by calling PATCH /transactions first. |
transactions-sync | Transactions Sync | Initiate the syncing process to update transaction data for a specific wallet. |
get-exchanges | Get Exchanges | Get a list of supported exchange portfolio connections by CoinStats. |
get-exchange-balance | Get Exchange Balance | Get the balance data for a provided Exchange. |
get-exchange-sync-status | Get Exchange Sync Status | Get the syncing status of the exchange portfolio. |
get-exchange-transactions | Get Exchange Transactions | Get transaction data for a specific exchange. |
get-fiat-currencies | Get Fiat Currencies | Get a list of fiat currencies supported by CoinStats. |
get-news-sources | Get News Sources | Get news sources. |
get-news | Get News | Get news articles with pagination. |
get-news-by-type | Get News By Type | Get news articles based on a type. |
get-news-by-id | Get News By Id | Get news by id. |
get-market-cap | Get Market Cap | Get global market data. |
get-portfolio-coins | Get Portfolio Coins | Get a list of portfolio coins with P/L and other data displayed on CoinStats web. |
get-portfolio-chart | Get Portfolio Chart | Get portfolio performance chart data. |
get-portfolio-transactions | Get Portfolio Transactions | Get a list of portfolio transactions. |
add-portfolio-transaction | Add Portfolio Transaction | Add a transaction to a manual portfolio. |
get-currencies | Get Currencies | Get a list of fiat currencies supported by CoinStats. |
save-share-token | Save Share Token | Saves the provided portfolio share token to a local cache for future use across sessions. |
get-share-token | Get Share Token | Retrieves the saved portfolio share token from local cache. |
Workflow Style | Best Choice |
---|---|
Chat-first, non-dev usage | Claude |
Developer coding environment | Cursor, VS Code |
Automation & integrations | N8N |