1. Search Transactions by Message Hash: You can now easily find transactions using the message hash. Access it through
/v2/blockchain/messages/{msg_id}/transaction.2. Search Events and Traces by Message Hash: Expanding the capabilities of
/v2/events/{hash} and /v2/traces/{hash} methods. They now accept the message hash, allowing you to search for events and traces linked to sent messages. Please note, this feature doesn't support non-unique hashes, but wallet hashes are typically unique.3. Introducing
/v2/liteserver/... Methods: Access raw data directly from the liteserver via HTTP instead of ADNL, making it convenient for you. You can even check proofs on your side now, if you prefer.4. Get All Jettons: Simplifying the process of obtaining all jettons. Use the endpoint
/v2/jettons to access them effortlessly.5. Find Wallets by Public Key: A new endpoint,
/v2/pubkeys/{public_key}/wallets, lets you locate wallets associated with a specific public key effortlessly.6. Improved API Price Data: Our API price data has undergone significant enhancement, providing you with more accurate and up-to-date information for your analyses and applications!
As always, your feedback is invaluable, so feel free to reach out in the comments. Happy coding! 🚀
https://docs.tonconsole.com/tonapi/api-v2