索引器 API
Last updated
Last updated
Returns first and last blocks information, can be used as a start point for blockchain search process
Successful Response
Returns blocks by specified filters.
Successful Response
Generates and returns a user-friendly address book for a given contract address list.
Successful Response
Returns transactions whose inbound/outbound message has the specified hash. This endpoint returns list of Transaction objects since collisions of message hashes can occur.
Successful Response
Returns parent and/or children for specified transaction.
Successful Response
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.
Successful Response
Hash of sent message in hex format
Returns transactions from masterchain block and from all shards.
Successful Response
Returns all workchain blocks, that appeared after previous masterchain block.
Note: this method is not equivalent with /api/v2/shards.
Successful Response
Get smart contract information.
Successful Response
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.
Successful Response
Returns Jetton wallets by specified filters.
Successful Response
Returns NFT collections.
Successful Response
Returns Jetton masters by specified filters.
Successful Response
Returns Jetton burns by specified filters.
Successful Response
Returns NFT items.
Successful Response
Estimate fees required for query processing.
Body, init_code and init_data accepted in base64 encoded format.
Successful Response
Returns NFT transfers by specified filters.
Successful Response
Returns Jetton transfers by specified filters.
Successful Response
Returns one masterchain block (with seqno equal to argument) and some number of shard blocks (with masterchain_block_ref.seqno equal to argument)
Successful Response
Run get method of smart contract. Stack supports only num
, cell
and slice
types:
[
{
"type": "num",
"value": "0x12a"
},
{
"type": "cell",
"value": "te6..." // base64 encoded boc with cell
},
{
"type": "slice",
"value": "te6..." // base64 encoded boc with slice
}
]
Contract address in any format
Method name to run
stack arguments
Successful Response
Returns messages by specified filters.
Successful Response
Returns transactions by specified filters.
Successful Response