Skip to main content
TL;DR: A dedicated /2/token/price-at endpoint serves historical token prices, Maverick V2 swaps are now tracked, and transfer streams include post-transaction balances for sender and recipient.

New /2/token/price-at Endpoint

Historical token pricing now has a dedicated endpoint:
GET /api/2/token/price-at
  • Purpose-built for historical price queries with consistent millisecond timestamps
  • Separates historical lookups from the real-time /token/price endpoint
  • Full Mintlify documentation pages included

Maverick V2 Support

Maverick V2 protocol is now fully supported:
  • Swap extraction for all Maverick V2 pools
  • Trades feed into market data, OHLCV, and trade history

Transfer Stream — Post Balances

Transfer stream messages now include post-transaction balances:
  • postBalanceFrom and postBalanceTo fields on every transfer event
  • Track balance changes in real time without additional API calls

New Documentation

5 new how-to articles added to the docs:
  • How to get token trade by transaction hash
  • How to check token security
  • How to track pair trades / market trades
  • How to fetch CeFi funding rates
  • How to get asset details

Shipped by Delox, Sacha & Sanjay