Estimate fees required for query processing. body, init-code and init-data accepted in serialized format (b64-encoded).
Get balance (in nanotons) of a given address.
Get basic information about the address: balance, code, data, last_transaction_id.
Get state of a given address. State can be either unitialized, active or frozen.
Get metadata of a given block.
Optionaloptional: { file_hash?: string; root_hash?: string }Get transactions of the given block.
Optionaloptional: {Get config by id.
Optionaloptional: { seqno?: number }Get consensus block and its update timestamp.
Similar to previous one but tries to parse additional information for known contract types. This method is based on tonlib's function getAccountState. For detecting wallets we recommend to use getWalletInformation.
Get metadata of a given masterchain block.
Get up-to-date masterchain state.
Get transactions of the given masterchain block.
Get up-to-date masterchain state.
Get merkle proof of shardchain block.
Optionaloptional: { from_seqno?: number }Get shards information.
Get transaction history of a given address.
Optionaloptional: {Retrieve wallet information. This method parses contract state and currently supports more wallet types than getExtendedAddressInformation: simple wallet, standart wallet, v3 wallet, v4 wallet.
Look up block by either seqno, lt or unixtime.
Optionaloptional: { lt?: string; seqno?: number; unixtime?: number }Convert an address from raw to human-readable format.
Run get method on smart contract.
Send serialized boc file: fully packed and serialized external message to blockchain. boc accepted in serialized format (b64-encoded).
Send serialized boc file: fully packed and serialized external message to blockchain. The method returns message hash. boc accepted in serialized format (b64-encoded).
Same as previous. Locate outcoming transaction of destination address by incoming message.
Locate incoming transaction of source address by outcoming message.
Locate outcoming transaction of destination address by incoming message.
Convert an address from human-readable to raw format.
StaticparseDeserialization of stack items.
StaticparseDeserialization of stack item.
StaticparseDeserialization of stack item element.
StaticserializeSerialization of stack items.
Get all possible address forms.