Finds the transaction that sent a specific message. Given message parameters, returns the transaction on the source account that created this outgoing message. Use this to trace where a message originated from.
The sender's address for the message you're looking for. A TON account address. Accepts raw format (workchain:hex like 0:abc...), base64 bounceable (EQ...), base64 non-bounceable (UQ...), or base64url. All formats are automatically detected.
The recipient's address for the message you're looking for. A TON account address. Accepts raw format (workchain:hex like 0:abc...), base64 bounceable (EQ...), base64 non-bounceable (UQ...), or base64url. All formats are automatically detected.
The logical time when the message was created. You can find this in the created_lt field of message objects.
OK
Response containing the source transaction.
Indicates if the request succeeded. If false, check the error field for details.
The response data. Only present when ok is true.
Optional request ID that you can pass in the request and receive back in the response. Useful for matching async responses.