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
249
stars
76
forks
source link
issue about api-v2 /v2/blockchain/transactions/{id} alway return not found tx #320
Hi I have question about api-v2 when integrate ton . details is below:
request transactions by /v2/blockchain/masterchain/{seqno}/transactions
request transaction detail by /v2/blockchain/transactions/{txid}, which txid was returned by above. but api return {"error":"not found tx xxxxxxxxx"}
what's the problem?