get_account_info
Retrieve detailed information about a TON blockchain account including balance, code, data, and status.
get_transaction
Fetch transaction details by hash from the TON blockchain.
get_wallet_transactions
Get recent transactions for a specific wallet address.
get_jetton_wallet
Retrieve jetton wallet information for a given owner and jetton master address.
get_jetton_balance
Get the balance of a specific jetton for a wallet address.
get_nft_items
Fetch NFT items by owner address or collection address.
get_nft_collection
Get details about an NFT collection including owner, next item index, and content.
run_get_method
Execute a get method on a smart contract and return the result.
estimate_fees
Estimate transaction fees for a given message or external message.
send_boc
Send a serialized bag of cells (BoC) to the TON blockchain.
get_masterchain_info
Get masterchain information including latest block, workchain, and shard data.
get_block_transactions
Retrieve all transactions in a specific block by workchain, shard, and seqno.
get_config_param
Fetch a specific configuration parameter from the TON blockchain.
get_validators
Get current validator set information including stakes and public keys.
get_dns_record
Resolve a TON DNS domain to its associated record (wallet, site, etc.).
get_staking_pools
List available staking pools and their parameters.
get_nominator_pool
Get details about a specific nominator staking pool.
get_elector_data
Fetch elector contract data including elections, stakes, and participants.
get_jetton_masters
Search for jetton master contracts by symbol, name, or address.
get_jetton_transfers
Get recent jetton transfer events for a wallet or jetton master.
get_nft_transfers
Get recent NFT transfer events for an address or collection.
get_account_history
Get full transaction history for an account with pagination support.
get_raw_account_state
Fetch raw account state including storage, code, and data cells.
get_shard_info
Get shardchain information including blocks and shard hashes.
get_block_header
Retrieve block header information by workchain, shard, and seqno.