Skip to main content
March 17th, 2026
Improved
Market Insights — credit cost reduced from 50 to 10 per request
  • GET /insights/btc-dominance — 10 credits (was 50)
  • GET /insights/fear-and-greed — 10 credits (was 50)
  • GET /insights/fear-and-greed/chart — 10 credits (was 50)
  • GET /insights/rainbow-chart/{coinId} — 10 credits (was 50)
March 10th, 2026
Added
GET /portfolio/list — 5 credits
  • New endpoint to retrieve all API-connected portfolios.
  • Returns portfolioId and portfolioName for each portfolio created via POST /portfolio/wallet or POST /portfolio/exchange.
March 5th, 2026
Changed
Plan Updates
  • Introduced the new Starter plan: 1,000,000 credits/month, 30 req/sec, $49/month.
  • Free plan credits reduced from 1,000,000 to 50,000 credits/month.
  • Renamed Individual plan to Pro.
  • Renamed Custom plan to Enterprise.
February 26th, 2026
AddedImproved
POST /portfolio/wallet — Connect a wallet to your CoinStats account
  • Connect any supported blockchain wallet address to your account.
  • Returns a portfolioId you can use on all /portfolio GET endpoints.
POST /portfolio/exchange — Connect an exchange and create a tracked portfolio
  • Connect an exchange to your CoinStats account
  • Returns a portfolioId you can use on all /portfolio GET endpoints.
GET /portfolio/*portfolioId now accepted
  • All portfolio GET endpoints (/value, /coins, /chart, /transactions, /defi, /snapshot/items) now accept a portfolioId query parameter.
  • portfolioId is returned from POST /portfolio/wallet or POST /portfolio/exchange.
  • shareToken remains fully supported and is unchanged.
  • If neither is provided, endpoints return aggregated data for all API-connected portfolios.
January 22th, 2026
Improved
GET /portfolio/transactions - Now supports note in response
January 15th, 2026
Added
GET /usage/credits — 0 credits
  • New endpoint to check your remaining credit limit programmatically.
  • Returns total credits, used credits, remaining credits, and subscription plan.
  • This endpoint is free and does not consume any credits.
December 9th, 2025
Improved
  • GET /wallet/balance - Now accepts either connectionId or blockchain parameter
  • GET /wallet/balances - Added blockchain parameter (comma-separated list)
  • GET /wallet/chart - Now accepts either connectionId or blockchain parameter
  • GET /wallet/defi - Now accepts either connectionId or blockchain parameter
  • GET /wallet/transactions - Now accepts either connectionId or blockchain parameter
  • PATCH /wallet/transactions - Now accepts either connectionId or blockchain parameter
  • If both connectionId and blockchain are provided, connectionId takes precedence
November 19th, 2025
Improved
GET /wallet/transactions
  • Added coinId query param to filter transactions by coin.
November 10th, 2025
Improved
GET /wallet/transactions
  • Now supports toAddress adn fromAddress optional properties in the response
October 2nd, 2025
ImprovedAdded
GET /coins
  • Now supports retrieving Ordinals by specifying the bitcoin blockchain in the query.
GET /wallet/defi
  • You can now specify multiple connectionIds in the query to fetch DeFi data for several connections at once.
September 1st, 2025
Improved
  • Enhanced all existing endpoints for better performance and reliability.
  • Added comprehensive examples and detailed descriptions to all endpoints.
  • Introduced the Share Token explanation page for better understanding.
  • Launched the Credit Multipliers page to explain credit usage.
August 22nd, 2025
Improved
GET /wallet/balances
  • Added wallets query parameter to support multiple wallet addresses in a single request
  • Added connectionId field to response when using the wallets query parameter
GET /coins
  • Added coinIds query parameter to filter coins by specific IDs
June 11th, 2025
Improved
GET /coins
  • Added a new contractAddresses field in coin data.
  • Lists smart contract addresses for tokens (e.g., ERC-20).
  • Empty for native coins like Bitcoin.
GET /coins/
  • Added a new contractAddresses field in coin data.
  • Lists smart contract addresses for tokens (e.g., ERC-20).
  • Empty for native coins like Bitcoin.
June 6th, 2025
Added
GET /portfolio/value — 10 credits
June 4th, 2025
Added
GET /portfolio/defi — 200 credits
May 20th, 2025
Improved
GET /wallet/transactions
  • Added a new wallets query parameter.
  • This update allows users to retrieve transaction history for multiple wallets in a single API call.
May 19th, 2025
Added
GET /insights/btc-dominance — 50 credits GET /insights/fear-and-greed — 50 credits GET /insights/fear-and-greed/chart — 50 credits GET /insights/rainbow-chart/ — 50 credits
May 8th, 2025
AddedImproved
GET /wallet/charts
  • Allows users to retrieve chart data for multiple chains and wallets in a single request.
PATCH /wallet/transactions
  • Now supports syncing multiple chains and wallets with a single API call.