Improved

GET /coins endpoint

  • 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/{coinId} endpoint

  • Added a new contractAddresses field in coin data.
    • Lists smart contract addresses for tokens (e.g., ERC-20).
    • Empty for native coins like Bitcoin.

Added

  • GET /portfolio/value — 10 credits

Added

  • GET /portfolio/defi — 200 credits

Improved

GET /wallet/transactions endpoint

  • Added a new wallets query parameter.
  • This update allows users to retrieve transaction history for multiple wallets in a single API call

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/{coinId} - 50 credits

Added

  • GET /wallet/charts: Allows users to retrieve chart data for multiple chains and wallets in a single request.

Changed

  • PATCH /wallet/transactions: Now supports syncing multiple chains and wallets with a single API call.