- Add
v2/accounts/{account_id}/subscriptions
method to view wallet subscriptions
- Add
raw_body
field to all messages struct (in transactions and traces). It contains hex-encoded BoC with message body. Optional field (message can have no body).
- Docker image now available on hub.docker.com
/v2/jettons
/v2/pubkeys/{public_key}/wallets
/v2/blockchain/messages/{msg_id}/transaction
- Get the account event by event_id
/v2/accounts/{account_id}/events/{event_id}
- Get detail DNS info, support .ton and t.me records
/v2/dns/{dns}
- Get the account traces
/v2/accounts/{account_id}/traces
- Support send batch from boc
/v2/blockchain/message
- Tonapi sdk
/v2/blockchain/masterchain/{masterchain_seqno}/config
method which returns a blockchain config for a specific block./v2/blockchain/masterchain/{masterchain_seqno}/config/raw
method which returns a raw blockchain config for a specific block.
/v2/blockchain/validators
method which returns the current validators and theirs stakes.
/v2/blockchain/blocks/{block_id}
returns a value flow from a block.
/v2/message/decode
decodes an ext in message.