GET /coins
- Now supports retrieving Ordinals by specifying the
bitcoin
blockchain in the query.
- You can now specify multiple
connectionIds
in the query to fetch DeFi data for several connections at once.
- 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.
GET /wallet/balances
- Added
wallets
query parameter to support multiple wallet addresses in a single request - Added
connectionId
field to response when using thewallets
query parameter
- Added
coinIds
query parameter to filter coins by specific IDs
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.
- 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 /portfolio/value — 10 credits
GET /portfolio/defi — 200 credits
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.
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
GET /insights/fear-and-greed — 50 credits
GET /insights/fear-and-greed/chart — 50 credits
GET /insights/rainbow-chart/ — 50 credits
GET /wallet/charts
- Allows users to retrieve chart data for multiple chains and wallets in a single request.
- Now supports syncing multiple chains and wallets with a single API call.