Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

forward_payload is null in the API response for specific transactions #140

Open
sinanouri opened this issue Oct 23, 2024 · 1 comment
Open

Comments

@sinanouri
Copy link

I am using the following API endpoint to get incoming USDT transactions to my wallet address:

https://toncenter.com/api/v3/jetton/transfers?owner_address=UQCtagggmkVnHByBSY009jkpwTL16LJ2id_KdgrORydJI9D4&jetton_master=EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs&limit=10&offset=0&sort=desc

For specific transactions, such as the one shown below, we can set a comment, and it is visible on the explorer. However, the forward_payload in the JSON response is null. Here is the response for that transaction:

image

image

{
  "query_id": "14205093373984283507",
  "source": "0:A5DBEEC7439B37BB655EC7BED56D7FAFDB30CA304284101E068BED63216869B5",
  "destination": "0:AD6A08209A45671C1C81498D34F63929C132F5E8B27689DFCA760ACE47274923",
  "amount": "6107346",
  "source_wallet": "0:1330DEF60718B2414DE743432BBB0C12F874642184F1F2665EB018339BDD47EB",
  "jetton_master": "0:B113A994B5024A16719F69139328EB759596C38A25F59028B146FECDC3621DFE",
  "transaction_hash": "ueafrhu1Xs5jteNhevheKnNmjrGptnfxASVd1IDvNvY=",
  "transaction_lt": "50191468000001",
  "transaction_now": 1729652203,
  "transaction_aborted": false,
  "response_destination": "0:A5DBEEC7439B37BB655EC7BED56D7FAFDB30CA304284101E068BED63216869B5",
  "custom_payload": null,
  "forward_ton_amount": "1",
  "forward_payload": null,
  "trace_id": "OdihfL2pAWnqgFdz15omGc3iOoBIpu9afDsexfhLdks="
}

Expected Behavior: The forward_payload should not be null when a comment is associated with the transaction.

Actual Behavior: The forward_payload is returning null in the JSON response.

Steps to Reproduce:

Use the mentioned API with the parameters provided to get incoming USDT transactions.
Check for transactions where a comment has been set.
Observe that forward_payload is null in the response.

Environment:

API: TONCenter v3
Owner Address: UQCtagggmkVnHByBSY009jkpwTL16LJ2id_KdgrORydJI9D4
Jetton Master: EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs

@sinanouri
Copy link
Author

hello any update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant