> ## Documentation Index
> Fetch the complete documentation index at: https://docs.uniblock.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Traces

> TonAPI Traces endpoints via Uniblock Direct API.

### GET

| Path                                                                                                                                                                     | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | Est. CU |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------: |
| [direct/v1/TonAPI/v2/accounts/{account_id}<br />/jettons/history](https://tonapi.io/api-v2#operations-Accounts-getAccountJettonsHistory)                                 | Get the transfer jettons history for account                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |      20 |
| [direct/v1/TonAPI/v2/accounts/{account_id}/nfts<br />/history](https://tonapi.io/api-v2#operations-Accounts-getAccountNftHistory)                                        | Get the transfer nft history                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |      20 |
| [direct/v1/TonAPI/v2/accounts/{account_id}/traces](https://tonapi.io/api-v2#operations-Accounts-getAccountTraces)                                                        | Get traces for account                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |      20 |
| [direct/v1/TonAPI/v2/blockchain/accounts<br />/{account_id}/transactions](https://tonapi.io/api-v2#operations-Blockchain-getBlockchainAccountTransactions)               | Get account transactions                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |      20 |
| [direct/v1/TonAPI/v2/blockchain/blocks/{block_id}](https://tonapi.io/api-v2#operations-Blockchain-getBlockchainBlock)                                                    | Get blockchain block data                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |      20 |
| [direct/v1/TonAPI/v2/blockchain/blocks/{block_id}<br />/transactions](https://tonapi.io/api-v2#operations-Blockchain-getBlockchainBlockTransactions)                     | Get transactions from block                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |      20 |
| [direct/v1/TonAPI/v2/blockchain/masterchain<br />/{masterchain_seqno}/transactions](https://tonapi.io/api-v2#operations-Blockchain-getBlockchainMasterchainTransactions) | 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.                                                                                                                                                                                                                               |      20 |
| [direct/v1/TonAPI/v2/blockchain/transactions<br />/{transaction_id}](https://tonapi.io/api-v2#operations-Blockchain-getBlockchainTransaction)                            | Get transaction data                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |      20 |
| [direct/v1/TonAPI/v2/blockchain/messages/{msg_id}<br />/transaction](https://tonapi.io/api-v2#operations-Blockchain-getBlockchainTransactionByMessageHash)               | Get transaction data by message hash                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |      20 |
| [direct/v1/TonAPI/v2/events/{event_id}](https://tonapi.io/api-v2#operations-Events-getEvent)                                                                             | 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. |      20 |
| [direct/v1/TonAPI/v2/nfts/{account_id}/history](https://tonapi.io/api-v2#operations-NFT-getNftHistoryByID)                                                               | Get the transfer nfts history for account                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |      20 |
| [direct/v1/TonAPI/v2/liteserver<br />/list\_block\_transactions/{block_id}](https://tonapi.io/api-v2#operations-Lite%20Server-getRawListBlockTransactions)               | Get raw list block transactions                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |      20 |
| [direct/v1/TonAPI/v2/liteserver/get\_transactions<br />/{account_id}](https://tonapi.io/api-v2#operations-Lite%20Server-getRawTransactions)                              | Get raw transactions                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |      20 |
| [direct/v1/TonAPI/v2/traces/{trace_id}](https://tonapi.io/api-v2#operations-Traces-getTrace)                                                                             | Get the trace by trace ID or hash of any transaction in trace                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |      20 |

### POST

| Path                                                                                          | Description                           | Est. CU |
| --------------------------------------------------------------------------------------------- | ------------------------------------- | ------: |
| [direct/v1/TonAPI/v2/traces/emulate](https://tonapi.io/api-v2#operations-Traces-emulateTrace) | Emulate sending message to blockchain |      20 |
