The TON Indexer API provides a powerful way to access indexed blockchain data from the TON network. By storing blockchain data in PostgreSQL, this API allows for efficient queries and retrieval of historical information.
Returns transactions whose inbound/outbound message has the specified hash. This endpoint returns list of Transaction objects
since collisions of message hashes can occur.
Send external message in boc base64 format to TON network. Returns message hash in hex format.
External messages are sent from the outside to the smart contracts to make them perform certain actions.
For instance, a wallet smart contract expects to receive external messages signed by the wallet's owner.
Get wallet smart contract information. The following wallets are supported: v1r1, v1r2, v1r3, v2r1, v2r2, v3r1, v3r2, v4r1, v4r2.
In case the account is not a wallet error code 409 is returned.