For more information regarding the endpoints, please visit TonAPI's website: TonAPI Docs.
Prefix:
No prefix is required for TonAPI, an example URL will therefore look like: https://api.uniblock.dev/direct/v1/TonAPI + /[TonAPI_endpoint].
Example:
curl --request POST \
--url https://api.uniblock.dev/direct/v1/TonAPI/v2/accounts/_bulk \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--header 'x-api-key: YOUR_UNIBLOCK_API_KEY' \
--data '{
"account_ids": [
"EQAFmjUoZUqKFEBGYFEMbv-m61sFStgAfUR8J6hJDwUU09iT",
"Ef_dJMSh8riPi3BTUTtcxsWjG8RLKnLctNjAM4rw8NN-xWdr"
]
}'Supported Endpoints:
v2/accounts/_bulkv2/accounts/searchv2/accounts/{account_id}v2/accounts/{account_id}/diffv2/accounts/{account_id}/dns/backresolvev2/accounts/{account_id}/dns/expiringv2/accounts/{account_id}/eventsv2/accounts/{account_id}/events/emulatev2/accounts/{account_id}/events/{event_id}v2/accounts/{account_id}/jettonsv2/accounts/{account_id}/jettons/historyv2/accounts/{account_id}/jettons/{jetton_id}/historyv2/accounts/{account_id}/nftsv2/accounts/{account_id}/nfts/historyv2/accounts/{account_id}/publickeyv2/accounts/{account_id}/reindexv2/accounts/{account_id}/subscriptionsv2/accounts/{account_id}/tracesv2/address/{account_id}/parsev2/blockchain/accounts/{account_id}v2/blockchain/accounts/{account_id}/inspectv2/blockchain/accounts/{account_id}/methods/{method_name}v2/blockchain/accounts/{account_id}/transactionsv2/blockchain/blocks/{block_id}v2/blockchain/blocks/{block_id}/transactionsv2/blockchain/configv2/blockchain/config/rawv2/blockchain/masterchain-headv2/blockchain/masterchain/{masterchain_seqno}/blocksv2/blockchain/masterchain/{masterchain_seqno}/configv2/blockchain/masterchain/{masterchain_seqno}/config/rawv2/blockchain/masterchain/{masterchain_seqno}/shardsv2/blockchain/masterchain/{masterchain_seqno}/transactionsv2/blockchain/messagev2/blockchain/messages/{msg_id}/transactionv2/blockchain/transactions/{transaction_id}v2/blockchain/validatorsv2/dns/auctionsv2/dns/{domain_name}v2/dns/{domain_name}/bidsv2/dns/{domain_name}/resolvev2/events/emulatev2/events/{event_id}v2/events/{event_id}/jettonsv2/experimental/accounts/{account_id}/inscriptionsv2/experimental/accounts/{account_id}/inscriptions/historyv2/experimental/accounts/{account_id}/inscriptions/{ticker}/historyv2/experimental/inscriptions/op-templatev2/jettonsv2/jettons/{account_id}v2/jettons/{account_id}/holdersv2/liteserver/get_account_state/{account_id}v2/liteserver/get_all_shards_info/{block_id}v2/liteserver/get_block/{block_id}v2/liteserver/get_block_header/{block_id}v2/liteserver/get_block_proofv2/liteserver/get_config_all/{block_id}v2/liteserver/get_masterchain_infov2/liteserver/get_masterchain_info_extv2/liteserver/get_out_msg_queue_sizesv2/liteserver/get_shard_block_proof/{block_id}v2/liteserver/get_shard_info/{block_id}v2/liteserver/get_state/{block_id}v2/liteserver/get_timev2/liteserver/get_transactions/{account_id}v2/liteserver/list_block_transactions/{block_id}v2/liteserver/send_messagev2/message/decodev2/nfts/_bulkv2/nfts/collectionsv2/nfts/collections/{account_id}v2/nfts/collections/{account_id}/itemsv2/nfts/{account_id}v2/nfts/{account_id}/historyv2/pubkeys/{public_key}/walletsv2/ratesv2/rates/chartv2/rates/marketsv2/staking/nominator/{account_id}/poolsv2/staking/pool/{account_id}v2/staking/pool/{account_id}/historyv2/staking/poolsv2/statusv2/storage/providersv2/tonconnect/payloadv2/tonconnect/stateinitv2/traces/emulatev2/traces/{trace_id}v2/wallet/auth/proofv2/wallet/backupv2/wallet/emulatev2/wallet/{account_id}/seqno