Skip to main content

Parameters

chainId
string
default:"toncoin"
required
Unique identifier for a blockchain network.
id
number
default:1
required
Request identifier used to match responses.
jsonrpc
string
default:"2.0"
required
JSON-RPC version.
method
string
default:"tryLocateTx"
required
JSON-RPC method name.
params
object
required
TON transaction location request.Parameters for tryLocateTx:
  • params.source: Source TON address of the transaction.
  • params.destination: Recipient TON address of the transaction.
  • params.created_lt: Logical time when the transaction was created.

Returns

result
object
TON raw transaction.