Now, TONX API provides different methods. You can choose the appropriate API method based on the functionality you require.

Account

Blocks

Get Config

Run Method

Send

Transactions

  • ton_getBlockTransactions:Get specific block transactions
  • ton_getTransactions:Get address transactions history
  • ton_tryLocateResultTx:Locate outgoing transaction of destination address by incoming message similar to ton_tryLocateTx
  • ton_tryLocateSourceTx:Locate incoming transaction of source address by outgoing message
  • ton_tryLocateTx:Locate outgoing transaction of destination address by incoming message