REST api to TON blockchain explorer
v2.0.0Contact: [email protected]
https://ton-open-api.nownodes.ioProvide access to indexed TON blockchain
Authentication
api-keyAuthapiKeyAPI Key: api-key in header
REST api to TON blockchain explorer
API V2 Reference
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Status
Response
status
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get blockchain block data
Parameters
block_idstringrequiredpathblock ID
Response
blockchain block
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get blockchain block shards
Parameters
masterchain_seqnointeger<int32>requiredpathmasterchain block seqno
Response
blockchain block shards
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get all blocks in all shards and workchains between target and previous masterchain block according to shards last blocks snapshot in masterchain. We don't recommend to build your app around this method because it has problem with scalability and will work very slow in the future.
Parameters
masterchain_seqnointeger<int32>requiredpathmasterchain block seqno
Response
blockchain blocks
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get all transactions in all shards and workchains between target and previous masterchain block according to shards last blocks snapshot in masterchain. We don't recommend to build your app around this method because it has problem with scalability and will work very slow in the future.
Parameters
masterchain_seqnointeger<int32>requiredpathmasterchain block seqno
Response
blockchain transactions
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get blockchain config from a specific block, if present.
Parameters
masterchain_seqnointeger<int32>requiredpathmasterchain block seqno
Response
blockchain config
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get raw blockchain config from a specific block, if present.
Parameters
masterchain_seqnointeger<int32>requiredpathmasterchain block seqno
Response
blockchain config
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get transactions from block
Parameters
block_idstringrequiredpathblock ID
Response
blockchain block transactions
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get transaction data
Parameters
transaction_idstringrequiredpathtransaction ID
Response
blockchain transaction
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get transaction data by message hash
Parameters
msg_idstringrequiredpathmessage ID
Response
transaction by message hash
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get blockchain validators
Response
blockchain validators
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get last known masterchain block
Response
blockchain masterchain head
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get low-level information about an account taken directly from the blockchain.
Parameters
account_idstringrequiredpathaccount ID
Response
raw account
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get account transactions
Parameters
account_idstringrequiredpathaccount ID
after_ltinteger<int64>queryomit this parameter to get last transactions
before_ltinteger<int64>queryomit this parameter to get last transactions
limitinteger<int32>[1, 1000]100queryResponse
blockchain account transactions
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Execute get method for account
Parameters
account_idstringrequiredpathaccount ID
method_namestringrequiredpathcontract get method name
argsArray<string>queryResponse
method execution result
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Send message to blockchain
Body
both a single boc and a batch of boc serialized in base64 are accepted
bocstringbatchArray<string>Response
the message has been sent
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get blockchain config
Response
blockchain config
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get raw blockchain config
Response
blockchain config
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Blockchain account inspect
Parameters
account_idstringrequiredpathaccount ID
Response
blockchain account inspect
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Decode a given message. Only external incoming messages can be decoded currently.
Body
bag-of-cells serialized to base64
bocstringrequiredResponse
decoded message
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
parse address and display in all formats
Parameters
account_idstringrequiredpathaccount ID
Response
all forms and info
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Emulate sending message to blockchain
Body
bag-of-cells serialized to base64
bocstringrequiredParameters
Accept-Languagestringenheaderignore_signature_checkbooleanqueryResponse
emulated event
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Emulate sending message to blockchain
Body
bag-of-cells serialized to base64
bocstringrequiredParameters
ignore_signature_checkbooleanqueryResponse
emulated trace
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Emulate sending message to blockchain
Body
bag-of-cells serialized to base64 and additional parameters to configure emulation
bocstringrequiredparamsArray<object>additional per account configuration
Parameters
Accept-LanguagestringenheaderResponse
emulated message
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Emulate sending message to blockchain
Body
bag-of-cells serialized to base64
bocstringrequiredParameters
Accept-Languagestringenheaderaccount_idstringrequiredpathaccount ID
ignore_signature_checkbooleanqueryResponse
emulated message to account
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get human-friendly information about several accounts without low-level details.
Body
a list of account ids
account_idsArray<string>requiredResponse
a list of accounts
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get human-friendly information about an account without low-level details.
Parameters
account_idstringrequiredpathaccount ID
Response
account
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get account's domains
Parameters
account_idstringrequiredpathaccount ID
Response
account's domains
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get all Jettons balances by owner address
Parameters
account_idstringrequiredpathaccount ID
currenciesArray<string>queryaccept ton and all possible fiat currencies, separated by commas
Response
account jettons balances
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get the transfer jettons history for account
Parameters
account_idstringrequiredpathaccount ID
Accept-Languagestringenheaderbefore_ltinteger<int64>queryomit this parameter to get last events
limitinteger[1, 1000]requiredquerystart_dateinteger<int64>queryend_dateinteger<int64>queryResponse
account jettons history
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get the transfer jetton history for account and jetton
Parameters
account_idstringrequiredpathaccount ID
jetton_idstringrequiredpathjetton ID
Accept-Languagestringenheaderbefore_ltinteger<int64>queryomit this parameter to get last events
limitinteger[1, 1000]requiredquerystart_dateinteger<int64>queryend_dateinteger<int64>queryResponse
account jetton history
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get all NFT items by owner address
Parameters
account_idstringrequiredpathaccount ID
collectionstringquerynft collection
limitinteger[1, 1000]1000queryoffsetinteger>= 00queryindirect_ownershipbooleanfalsequerySelling nft items in ton implemented usually via transfer items to special selling account. This option enables including items which owned not directly.
Response
account nft items
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get the transfer nft history
Parameters
account_idstringrequiredpathaccount ID
Accept-Languagestringenheaderbefore_ltinteger<int64>queryomit this parameter to get last events
limitinteger[1, 1000]requiredquerystart_dateinteger<int64>queryend_dateinteger<int64>queryResponse
nft history
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get events for an account. Each event is built on top of a trace which is a series of transactions caused by one inbound message. TonAPI looks for known patterns inside the trace and splits the trace into actions, where a single action represents a meaningful high-level operation like a Jetton Transfer or an NFT Purchase. Actions are expected to be shown to users. It is advised not to build any logic on top of actions because actions can be changed at any time.
Parameters
account_idstringrequiredpathaccount ID
Accept-LanguagestringenheaderinitiatorbooleanfalsequeryShow only events that are initiated by this account
subject_onlybooleanfalsequeryfilter actions where requested account is not real subject (for example sender or receiver jettons)
before_ltinteger<int64>queryomit this parameter to get last events
limitinteger[1, 100]requiredquerystart_dateinteger<int64>queryend_dateinteger<int64>queryResponse
account's events
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get event for an account by event_id
Parameters
account_idstringrequiredpathaccount ID
event_idstringrequiredpathevent ID or transaction hash in hex (without 0x) or base64url format
Accept-Languagestringenheadersubject_onlybooleanfalsequeryfilter actions where requested account is not real subject (for example sender or receiver jettons)
Response
account's event
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get traces for account
Parameters
account_idstringrequiredpathaccount ID
limitinteger[1, 1000]100queryResponse
account's traces
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get all subscriptions by wallet address
Parameters
account_idstringrequiredpathaccount ID
Response
account's subscriptions
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Update internal cache for a particular account
Parameters
account_idstringrequiredpathaccount ID
Response
success
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Search by account domain name
Parameters
namestringrequiredqueryResponse
found accounts
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get expiring account .ton dns
Parameters
account_idstringrequiredpathaccount ID
periodinteger[1, 3660]querynumber of days before expiration
Response
account's expiring .ton dns
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get public key by account id
Parameters
account_idstringrequiredpathaccount ID
Response
account's public key
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get account's balance change
Parameters
account_idstringrequiredpathaccount ID
start_dateinteger<int64>requiredqueryend_dateinteger<int64>requiredqueryResponse
account's balance change
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get full information about domain name
Parameters
domain_namestringrequiredpathdomain name with .ton or .t.me
Response
domain info
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
DNS resolve for domain name
Parameters
domain_namestringrequiredpathdomain name with .ton or .t.me
Response
dns record
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get domain bids
Parameters
domain_namestringrequiredpathdomain name with .ton or .t.me
Response
domain bids
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get all auctions
Parameters
tldstringquerydomain filter for current auctions "ton" or "t.me"
Response
auctions
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get NFT collections
Parameters
limitinteger<int32>[1, 1000]100queryoffsetinteger<int32>>= 00queryResponse
nft collections
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get NFT collection by collection address
Parameters
account_idstringrequiredpathaccount ID
Response
nft collection
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get NFT items from collection by collection address
Parameters
account_idstringrequiredpathaccount ID
limitinteger[1, 1000]1000queryoffsetinteger>= 00queryResponse
nft items
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get NFT items by their addresses
Body
a list of account ids
account_idsArray<string>requiredResponse
nft items
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get NFT item by its address
Parameters
account_idstringrequiredpathaccount ID
Response
nft item
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get the transfer nfts history for account
Parameters
account_idstringrequiredpathaccount ID
Accept-Languagestringenheaderbefore_ltinteger<int64>queryomit this parameter to get last events
limitinteger[1, 1000]requiredquerystart_dateinteger<int64>queryend_dateinteger<int64>queryResponse
nft history
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get the trace by trace ID or hash of any transaction in trace
Parameters
trace_idstringrequiredpathtrace ID or transaction hash in hex (without 0x) or base64url format
Response
trace
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get an event either by event ID or a hash of any transaction in a trace. An event is built on top of a trace which is a series of transactions caused by one inbound message. TonAPI looks for known patterns inside the trace and splits the trace into actions, where a single action represents a meaningful high-level operation like a Jetton Transfer or an NFT Purchase. Actions are expected to be shown to users. It is advised not to build any logic on top of actions because actions can be changed at any time.
Parameters
event_idstringrequiredpathevent ID or transaction hash in hex (without 0x) or base64url format
Accept-LanguagestringenheaderResponse
event
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get all inscriptions by owner address. It's experimental API and can be dropped in the future.
Parameters
account_idstringrequiredpathaccount ID
limitinteger[1, 1000]1000queryoffsetinteger>= 00queryResponse
account inscriptions
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get the transfer inscriptions history for account. It's experimental API and can be dropped in the future.
Parameters
account_idstringrequiredpathaccount ID
Accept-Languagestringenheaderbefore_ltinteger<int64>queryomit this parameter to get last events
limitinteger[1, 1000]100queryResponse
account inscriptions history
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get the transfer inscriptions history for account. It's experimental API and can be dropped in the future.
Parameters
account_idstringrequiredpathaccount ID
Accept-Languagestringenheadertickerstringrequiredpathbefore_ltinteger<int64>queryomit this parameter to get last events
limitinteger[1, 1000]100queryResponse
account inscriptions history
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
return comment for making operation with inscription. please don't use it if you don't know what you are doing
Parameters
typestrington20gram20requiredquerydestinationstringquerycommentstringqueryoperationstringtransferrequiredqueryamountstringrequiredquerytickerstringrequiredquerywhostringrequiredqueryResponse
inscription op template
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get a list of all indexed jetton masters in the blockchain.
Parameters
limitinteger<int32>[1, 1000]100queryoffsetinteger<int32>>= 00queryResponse
a list of jettons
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get jetton metadata by jetton master address
Parameters
account_idstringrequiredpathaccount ID
Response
jetton info
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get jetton's holders
Parameters
account_idstringrequiredpathaccount ID
limitinteger[1, 1000]1000queryoffsetinteger>= 00queryResponse
jetton's holders
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get only jetton transfers in the event
Parameters
event_idstringrequiredpathevent ID or transaction hash in hex (without 0x) or base64url format
Accept-LanguagestringenheaderResponse
events
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
All pools where account participates
Parameters
account_idstringrequiredpathaccount ID
Response
account's pools
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Stacking pool info
Parameters
account_idstringrequiredpathaccount ID
Accept-LanguagestringenheaderResponse
stacking pool info
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Pool history
Parameters
account_idstringrequiredpathaccount ID
Response
pool history
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
All pools available in network
Parameters
available_forstringqueryaccount ID
include_unverifiedbooleanqueryreturn also pools not from white list - just compatible by interfaces (maybe dangerous!)
Accept-LanguagestringenheaderResponse
a list of pools
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get TON storage providers deployed to the blockchain.
Response
a list of storage providers
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get the token price to the currency
Parameters
tokensArray<string>requiredqueryaccept ton and jetton master addresses, separated by commas
currenciesArray<string>requiredqueryaccept ton and all possible fiat currencies, separated by commas
Response
tokens rates
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get chart by token
Parameters
tokenstringrequiredqueryaccept jetton master address
currencystringquerystart_dateinteger<int64>queryend_dateinteger<int64>querypoints_countinteger<int>[0, 200]200queryResponse
token chart
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get the TON price from markets
Response
markets rates
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get a payload for further token receipt
Response
payload
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get account info by state init
Body
Data that is expected
state_initstringrequiredResponse
account info
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get backup info
Parameters
X-TonConnect-AuthstringrequiredheaderResponse
get wallet dump
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Set backup info
Body
Information for saving backup
Parameters
X-TonConnect-AuthstringrequiredheaderResponse
success
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Account verification and token issuance
Body
Data that is expected from TON Connect
addressstringrequiredproofobjectrequiredResponse
auth token
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get wallets by public key
Parameters
public_keystringrequiredpathResponse
a list of wallets
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get account seqno
Parameters
account_idstringrequiredpathaccount ID
Response
account seqno
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get raw masterchain info
Response
raw masterchain info
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get raw masterchain info ext
Parameters
modeinteger<int32>requiredquerymode
Response
raw masterchain info ext
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get raw time
Response
raw time
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get raw blockchain block
Parameters
block_idstringrequiredpathblock ID: (workchain,shard,seqno,root_hash,file_hash)
Response
raw blockchain block
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get raw blockchain block state
Parameters
block_idstringrequiredpathblock ID: (workchain,shard,seqno,root_hash,file_hash)
Response
raw blockchain block state
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get raw blockchain block header
Parameters
block_idstringrequiredpathblock ID: (workchain,shard,seqno,root_hash,file_hash)
modeinteger<int32>requiredquerymode
Response
raw blockchain block header
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Send raw message to blockchain
Body
Data that is expected
bodystringrequiredResponse
code
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get raw account state
Parameters
account_idstringrequiredpathaccount ID
target_blockstringquerytarget block: (workchain,shard,seqno,root_hash,file_hash)
Response
raw account state
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get raw shard info
Parameters
block_idstringrequiredpathblock ID: (workchain,shard,seqno,root_hash,file_hash)
workchaininteger<int32>requiredqueryworkchain
shardinteger<int64>requiredqueryshard
exactbooleanrequiredqueryexact
Response
raw shard info
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get all raw shards info
Parameters
block_idstringrequiredpathblock ID: (workchain,shard,seqno,root_hash,file_hash)
Response
all raw shards info
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get raw transactions
Parameters
account_idstringrequiredpathaccount ID
countinteger<int32>requiredquerycount
ltinteger<int64>requiredquerylt
hashstringrequiredqueryhash
Response
raw transactions
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get raw list block transactions
Parameters
block_idstringrequiredpathblock ID: (workchain,shard,seqno,root_hash,file_hash)
modeinteger<int32>requiredquerymode
countinteger<int32>requiredquerycount
account_idstringqueryaccount ID
ltinteger<int64>querylt
Response
a list of raw block transactions
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get raw block proof
Parameters
known_blockstringrequiredqueryknown block: (workchain,shard,seqno,root_hash,file_hash)
target_blockstringquerytarget block: (workchain,shard,seqno,root_hash,file_hash)
modeinteger<int32>requiredquerymode
Response
raw block proof
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get raw config
Parameters
block_idstringrequiredpathblock ID: (workchain,shard,seqno,root_hash,file_hash)
modeinteger<int32>requiredquerymode
Response
raw config
Some error during request processing
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get raw shard block proof
Parameters
block_idstringrequiredpathblock ID: (workchain,shard,seqno,root_hash,file_hash)
Response
raw shard block proof
Some error during request processing