This API endpoint (
beta.tonapi.io) will become available from September 19 through September 30 guaranteed. We’re switching current API endpoint (tonapi.io) to the new index at 12:00 AM on Friday UTC+3.Endpoint Changes:
-
/v2/blockchain/blocks/{block_id}/transactions
- /v2/blockchain/transactions/{hash}
- /v2/blockchain/messages/{hash}/transaction
- /v2/blockchain/accounts/{account}/transactions
- /v2/wallet/emulate
- /v2/traces/{hash}
Field Changes:-
decoded_body in the Message type.General Changes:
- Removed extra wrappers:
{value: {something}} > {something}.- Token and NFT transfers got a new
forward_paylod callback: now it’s not a hex line but a structure with a type and value.