Get smart contract information.
Query account states for multiple addresses.
List of addresses (max 1024)
Include code and data BOCs (default: true)
Get actions by specified filter.
Optionaloptional: {Filter parameters for actions
Query address book for multiple addresses.
List of addresses (max 1024)
Get parent and/or children for specified transaction.
Optionaloptional: {Returns blocks by specified filters.
Optionaloptional: {Get DNS records by domain or resolver address.
Wallet address (required)
Optionaloptional: { domain?: string; limit?: number; offset?: number; resolver_address?: string }Filter parameters for DNS records
Get Jetton burns by specified filters.
Optionaloptional: {Get Jetton masters by specified filters.
Optionaloptional: { address?: string; admin_address?: string; limit?: number; offset?: number }Get Jetton transfers by specified filters.
Optionaloptional: {Get Jetton wallets by specified filters.
Optionaloptional: {Returns all workchain blocks, that appeared after previous masterchain block.
Optionaloptional: { include_mc_block?: boolean }Get masterchain block shard state information.
Masterchain block sequence number
Get masterchain info.
Get messages by specified filters.
Optionaloptional: {Get metadata for multiple addresses.
List of addresses to get metadata for (max 1024)
Get multisig orders by specified filters. At least one of address or multisig_address is required.
Required parameters (address or multisig_address)
Optionaloptional: { limit?: number; offset?: number; order_id?: string }Optional filter parameters
Get multisig wallets by specified filters. At least one of address or wallet_address is required.
Required parameters (address or wallet_address)
Optionaloptional: { limit?: number; offset?: number; owner_address?: string }Optional filter parameters
Get NFT collections.
Optionaloptional: {Get NFT items.
Optionaloptional: {Get NFT transfers by specified filters.
Optionaloptional: {Get pending actions by specified filter.
Optionaloptional: {Filter parameters for pending actions
Get pending traces by specified filter.
Optionaloptional: {Filter parameters for pending traces
Get pending transactions by specified filters. At least one account address is required.
Account addresses (at least one required)
Optionaloptional: {Filter parameters for pending transactions
Get traces by specified filter.
Optionaloptional: {Filter parameters for traces
Get transactions by specified filters.
Optionaloptional: {Returns transactions from masterchain block and from all shards.
Optionaloptional: { limit?: number; offset?: number; sort?: "asc" | "desc" }Get transactions whose inbound/outbound message has the specified hash. This endpoint returns list of Transaction objects since collisions of message hashes can occur.
Optionaloptional: { limit?: number; offset?: number }Get trace graph for specified transaction.
Optionaloptional: { sort?: "asc" | "desc" }Get vesting contracts by specified filters. At least one of contract_address or wallet_address is required.
Required parameters (contract_address or wallet_address)
Optionaloptional: {Optional filter parameters
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.
Get detailed wallet information including balance, seqno, wallet type and other parameters. This method provides comprehensive wallet details for supported wallet types.
Wallet address
Get wallet states for multiple addresses.
List of addresses to get wallet states for (max 1024)
Include code and data BOCs (default: true)
Run get method of smart contract. Stack supports only num, cell and slice types.
Send external message to TON network.
V2 compatible: Estimate fee.
Optionalinit_code: stringOptionalinit_data: stringOptionalignore_chksig: booleanV2 compatible: Get address information.
V2 compatible: Get wallet information.
V2 compatible: Run get method.
V2 compatible: Send message.
StaticparseDeserialization of stack items.
StaticparseDeserialization of stack item.
StaticserializeSerialization of stack items.
Estimate fee for external message.