You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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:
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
The text was updated successfully, but these errors were encountered: