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
120 stars 25 forks source link

issue about api-v2 /v2/blockchain/transactions/{id} alway return not found tx #320

Open bobbychen opened 4 months ago

bobbychen commented 4 months ago

Hi I have question about api-v2 when integrate ton . details is below:

  1. request transactions by /v2/blockchain/masterchain/{seqno}/transactions

  2. 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?

bobbychen commented 4 months ago

@aleksej-paschenko could you help me ? thank you .

RASTEJAMS commented 1 week ago

hi