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
225 stars 69 forks source link

entity not found #398

Open Bogdan2904 opened 3 months ago

Bogdan2904 commented 3 months ago

I receive hashes of transactions in real time using SSE https://tonapi.io/v2/sse/accounts/transactions?accounts and the service - https://docs.tonconsole.com/tonapi/streaming-api#real-time- notifications-about-finalized-transactions. Then I try to immediately get information about this transaction using the https://tonapi.io/v2/events/${transactionHash}?token= app, but most of the time this app returns the error that entity not found, although if I make a request a little later, the API returns detailed information about the transaction. Can I get 100% information about a transaction with its hash?

Я получаю hash транзакций в реальном времени с помощью SSE https://tonapi.io/v2/sse/accounts/transactions?accounts и сервиса - https://docs.tonconsole.com/tonapi/streaming-api#real-time-notifications-about-finalized-transactions. Затем я пробую сразу получить информацию об этой транзакции с помощью апи https://tonapi.io/v2/events/${transactionHash}?token=, но в большинстве эта апи возвращает ошибку что entity not found, хотя если я делаю запрос немного позже то апи возвращает подробную информацию о транзакции. Могу ли я получать 100% информацию о транзакции имея ее hash?