tonkeeper / opentonapi

Opentonapi simplifies development of TON-based applications and provides an API centered around high-level concepts like Jettons, NFTs and so on keeping a way to access low-level details.
MIT License
192 stars 58 forks source link

/v2/accounts/account_id/jettons/history always returns empty array #417

Open heyqemu opened 1 month ago

heyqemu commented 1 month ago

/v2/accounts/account_id/jettons/history method always returns an empty array. {"events":[],"next_from":0} Tried with multiple addresses. Am I doing something wrong or this method has some bugs / not well documented? I'm using tonapi public instance of this API.

heyqemu commented 1 month ago

/v2/accounts/account_id/jettons/jetton_id/history Works fine