API endpoints for Transaction.
Transaction — Direct API Endpoints
Birdeye
Name | Path | Method | Description | Docs |
---|---|---|---|---|
BirdeyeGetDefiTxsPair | direct/v1/Birdeye/defi/txs/pair | GET | Trades - Pair | link |
BirdeyeGetDefiTxsToken | direct/v1/Birdeye/defi/txs/token | GET | Trades - Token | link |
BirdeyeGetV1WalletMultichainTxList | direct/v1/Birdeye/v1/wallet/multichain_tx_list | GET | Wallet Transaction History - Multichain | link |
BirdeyeGetV1WalletTxList | direct/v1/Birdeye/v1/wallet/tx_list | GET | Wallet Transaction History | link |
Covalent
Name | Path | Method | Description | Docs |
---|---|---|---|---|
CovalentGetV1AddressTransactionsSummary | direct/v1/Covalent/v1/{chainName}/address/{walletAddress}/transactions_summary | GET | Get transaction summary for address | link |
CovalentGetV1AllChainsTransactions | direct/v1/Covalent/v1/allchains/transactions | GET | Get multichain & multiaddress transactions | link |
CovalentGetV1BitcoinTransactions | direct/v1/Covalent/v1/cq/covalent/app/bitcoin/transactions | GET | Get transactions for Bitcoin address | link |
CovalentGetV1BlockHeightsV2 | direct/v1/Covalent/v1/{chainName}/block_v2/{startDate}/{endDate} | GET | Get block heights | link |
CovalentGetV1BlockTransactionsV3 | direct/v1/Covalent/v1/{chainName}/block_hash/{blockHash}/transactions_v3 | GET | Get all transactions in a block (v3) | link |
CovalentGetV1BlockTransactionsV3ByPage | direct/v1/Covalent/v1/{chainName}/block/{blockHeight}/transactions_v3/page/{page} | GET | Get all transactions in a block by page (v3) | link |
CovalentGetV1BlockV2 | direct/v1/Covalent/v1/{chainName}/block_v2/{blockHeight} | GET | Get a block | link |
CovalentGetV1BulkTimeBucketTransactions | direct/v1/Covalent/v1/{chainName}/bulk/transactions/{walletAddress}/{timeBucket} | GET | Get bulk time bucket transactions for address (v3) | link |
CovalentGetV1BulkTransactions | direct/v1/Covalent/v1/{chainName}/bulk/transactions/{walletAddress} | GET | Get earliest transactions for address (v3) | link |
CovalentGetV1LogEventsByAddress | direct/v1/Covalent/v1/{chainName}/events/address/{contractAddress} | GET | Get log events by contract address | link |
CovalentGetV1LogEventsByTopics | direct/v1/Covalent/v1/{chainName}/events/topics/{topicHash} | GET | Get log events by topic hash(es) | link |
CovalentGetV1Logs | direct/v1/Covalent/v1/{chainName}/events | GET | Get logs | link |
CovalentGetV1NftTransactions | direct/v1/Covalent/v1/{chainName}/tokens/{contractAddress}/nft_transactions/{tokenId} | GET | Get NFT transactions for contract | link |
CovalentGetV1TransactionsV3 | direct/v1/Covalent/v1/{chainName}/address/{walletAddress}/transactions_v3 | GET | Get recent transactions for address (v3) | link |
CovalentGetV1TransactionsV3ByPage | direct/v1/Covalent/v1/{chainName}/address/{walletAddress}/transactions_v3/page/{page} | GET | Get paginated transactions for address (v3) | link |
CovalentGetV1TransactionV2 | direct/v1/Covalent/v1/{chainName}/transaction_v2/{txHash} | GET | Get a transaction | link |
Defined
Name | Path | Method | Description | Docs |
---|---|---|---|---|
DefinedPostGetEventLabels | direct/v1/Defined/getEventLabels | POST | Returns a list of event labels for a pair. | link |
Helius
Name | Path | Method | Description | Docs |
---|---|---|---|---|
HeliusGetV0ParsedTransactionHistory | direct/v1/Helius/v0/addresses/{address}/transactions | GET | Returns an enriched transaction history for a given address. | link |
HeliusPostV0ParseTransactions | direct/v1/Helius/v0/transactions | POST | Returns an array of enriched, human-readable versions of the given transactions. | link |
HelloMoon
Name | Path | Method | Description | Docs |
---|---|---|---|---|
HelloMoonPostV0AllTimeTransactionsByUser | direct/v1/HelloMoon/v0/solana/all-time/txns-by-user | POST | Get all-time transaction history for a specified user on Solana. | link |
HelloMoonPostV0DeFiSwaps | direct/v1/HelloMoon/v0/defi/swaps | POST | Retrieve swap transaction data for DeFi protocols, including details such as aggregator and time. | link |
HelloMoonPostV0JitoConfirmTransaction | direct/v1/HelloMoon/v0/jito/confirm-txn | POST | Confirm a transaction on Solana using Jito, a high-performance trading solution. | link |
HelloMoonPostV0NFTMarketplaceTransactions | direct/v1/HelloMoon/v0/nft/marketplace/transactions | POST | Retrieve NFT marketplace transaction records, including sale amounts and times. | link |
HelloMoonPostV0SwapsMintFilter | direct/v1/HelloMoon/v0/swaps/mint-filter | POST | Filter swap transactions by mint address, pagination supported. | link |
HelloMoonPostV0TransactionsByUser | direct/v1/HelloMoon/v0/solana/txns-by-user | POST | Retrieve recent transactions for a specified user on Solana, with optional filters on block time. | link |
HelloMoonPostV0TransactionStreamCreate | direct/v1/HelloMoon/v0/transaction/stream/create | POST | Create a transaction data stream with specified webhook or notification settings. | link |
HelloMoonPostV0TransactionStreamUpdate | direct/v1/HelloMoon/v0/transaction/stream/update | PUT | Update an existing transaction data stream with new settings. | link |
Moralis
Name | Path | Method | Description | Docs |
---|---|---|---|---|
MoralisGetBlockByHash | direct/v1/Moralis/block/{block_number_or_hash} | GET | Get block by hash | link |
MoralisGetBlockStats | direct/v1/Moralis/block/{block_number_or_hash}/stats | GET | Get block stats | link |
MoralisGetDecodedTransactionByHash | direct/v1/Moralis/transaction/{transaction_hash}/verbose | GET | Get decoded transaction by hash | link |
MoralisGetEventsByContract | direct/v1/Moralis/{address}/events | GET | Get events by contract | link |
MoralisGetInternalTransactionsByHash | direct/v1/Moralis/transaction/{transaction_hash}/internal-transactions | GET | Get internal transactions by transaction hash | link |
MoralisGetLatestBlockNumber | direct/v1/Moralis/latestBlockNumber/{chain} | GET | Get latest block number. | link |
MoralisGetLogsByContract | direct/v1/Moralis/{address}/logs | GET | Get logs by contract | link |
MoralisGetSolanaSwapsByWallet | direct/v1/Moralis/solana/account/{network}/{walletAddress}/swaps | GET | Get swap transactions by wallet on Solana | link |
MoralisGetTransactionByHash | direct/v1/Moralis/transaction/{transaction_hash} | GET | Get transaction by hash | link |
MoralisGetWalletHistory | direct/v1/Moralis/wallets/{address}/history | GET | Get full wallet history | link |
Shyft
Name | Path | Method | Description | Docs |
---|---|---|---|---|
ShyftGetV1ParsedTransactionDetails | direct/v1/Shyft/sol/v1/transaction/parsed | GET | Returns the parsed transaction details | link |
ShyftGetV1ParsedTransactionHistory | direct/v1/Shyft/sol/v1/wallet/parsed_transaction_history | GET | Get the parsed transaction history of a wallet | link |
ShyftGetV1RawTransactionDetails | direct/v1/Shyft/sol/v1/transaction/raw | GET | Get the raw transaction details | link |
ShyftGetV1TransactionDetails | direct/v1/Shyft/sol/v1/wallet/transaction | GET | Get the details of a transaction | link |
ShyftGetV1TransactionHistory | direct/v1/Shyft/sol/v1/wallet/transaction_history | GET | Get the transaction history of a wallet | link |
ShyftGetV1TxHistory | direct/v1/Shyft/sol/v1/transaction/history | GET | Fetch the transaction history | link |
ShyftPostV1CreateRelayer | direct/v1/Shyft/sol/v1/txn_relayer/create | POST | Creates a new transaction | link |
ShyftPostV1ParseMultipleTxs | direct/v1/Shyft/sol/v1/sol/v1/transaction/parse_selected | POST | Fetch the parsed details of selected transactions | link |
ShyftPostV1SendMultipleTransactions | direct/v1/Shyft/sol/v1/transaction/send_many_txns | POST | Send multiple transactions | link |
ShyftPostV1SendTransaction | direct/v1/Shyft/sol/v1/transaction/send_txn | POST | Send a transaction | link |
ShyftPostV1SignMultipleTransactions | direct/v1/Shyft/sol/v1/txn_relayer/sign_many | POST | Sign multiple transactions | link |
ShyftPostV1TxnRelayerSignTransaction | direct/v1/Shyft/sol/v1/txn_relayer/sign | POST | Creates a new transaction and signs it | link |
ShyftPostV1WalletSignTransaction | direct/v1/Shyft/sol/v1/wallet/sign_transaction | POST | Sign a transaction | link |
SimpleHash
Name | Path | Method | Description | Docs |
---|---|---|---|---|
SimpleHashGetFungibleTransferDetailsByTransaction | direct/v1/SimpleHash/fungibles/transfers/transaction/{chain}/{tx_hash} | GET | Fungible Transfer Details by Transaction | link |
SimpleHashGetReverseEnsLookup | direct/v1/SimpleHash/ens/reverse_lookup | GET | Reverse ENS Lookup | link |
SimpleHashGetSalesAndTransfersByTransactionHash | direct/v1/SimpleHash/nfts/transfers/transaction/{chain}/{transaction_hash} | GET | Sales & Transfers by Tx Hash | link |
SimpleHashGetSwapsAndTransfersByWallets | direct/v1/SimpleHash/fungibles/transfers/wallets?chains={chains}&wallet_addresses={wallet_addresses} | GET | Swaps & Transfers by Wallet(s) | link |
SolScan
Name | Path | Method | Description | Docs |
---|---|---|---|---|
SolScanGetV1AccountTransactions | direct/v1/SolScan/v1.0/account/transactions | GET | Get the transaction history of a specific account on Solana. | link |
SolScanGetV1BlockDetail | direct/v1/SolScan/v1.0/block/{block} | GET | Get detailed information for a specific block on Solana. | link |
SolScanGetV1BlockTransactions | direct/v1/SolScan/v1.0/block/transactions | GET | Get transactions for the latest block on Solana. | link |
SolScanGetV1ExportAccountTransactions | direct/v1/SolScan/v1.0/account/exportTransactions | GET | Export transactions for a specific account on Solana. | link |
SolScanGetV1LastBlock | direct/v1/SolScan/v1.0/block/last | GET | Get the latest block information on Solana. | link |
SolScanGetV1LastTransaction | direct/v1/SolScan/v1.0/transaction/last | GET | Get the latest transactions on Solana. | link |
SolScanGetV1TransactionDetail | direct/v1/SolScan/v1.0/transaction/{signature} | GET | Get detailed information for a specific transaction on Solana. | link |
SolScanGetV2AccountTransactions | direct/v1/SolScan/v2.0/account/transactions | GET | Get transactions for a specific account on Solana. | link |
SolScanGetV2AccountTransfer | direct/v1/SolScan/v2.0/account/transfer | GET | Get transfer information for a specific account on Solana. | link |
SolScanGetV2BlockDetail | direct/v1/SolScan/v2.0/block/detail | GET | Get detailed information for a specific block on Solana. | link |
SolScanGetV2BlockTransactions | direct/v1/SolScan/v2.0/block/transactions | GET | Get transactions for the latest block on Solana. | link |
SolScanGetV2LastBlock | direct/v1/SolScan/v2.0/block/last | GET | Get the latest block information on Solana. | link |
SolScanGetV2LastTransaction | direct/v1/SolScan/v2.0/transaction/last | GET | Get the latest transactions on Solana. | link |
SolScanGetV2TokenTransfer | direct/v1/SolScan/v2.0/token/transfer | GET | Get transfer information for a specific token on Solana. | link |
SolScanGetV2TransactionActions | direct/v1/SolScan/v2.0/transaction/actions | GET | Get actions performed within a specific transaction on Solana. | link |
SolScanGetV2TransactionDetail | direct/v1/SolScan/v2.0/transaction/detail | GET | Get the detail of a transaction. Return transaction data after parsed by Solscan Parser | link |
TonAPI
Name | Path | Method | Description | Docs |
---|---|---|---|---|
TonAPIGetV2AccountJettonsHistory | direct/v1/TonAPI/v2/accounts/{account_id}/jettons/history | GET | Get the transfer jettons history for account | link |
TonAPIGetV2AccountNftHistory | direct/v1/TonAPI/v2/accounts/{account_id}/nfts/history | GET | Get the transfer nft history | link |
TonAPIGetV2AccountTraces | direct/v1/TonAPI/v2/accounts/{account_id}/traces | GET | Get traces for account | link |
TonAPIGetV2BlockchainAccountTransactions | direct/v1/TonAPI/v2/blockchain/accounts/{account_id}/transactions | GET | Get account transactions | link |
TonAPIGetV2BlockchainBlock | direct/v1/TonAPI/v2/blockchain/blocks/{block_id} | GET | Get blockchain block data | link |
TonAPIGetV2BlockchainBlockTransactions | direct/v1/TonAPI/v2/blockchain/blocks/{block_id}/transactions | GET | Get transactions from block | link |
TonAPIGetV2BlockchainMasterchainTransactions | direct/v1/TonAPI/v2/blockchain/masterchain/{masterchain_seqno}/transactions | GET | 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. | link |
TonAPIGetV2BlockchainTransaction | direct/v1/TonAPI/v2/blockchain/transactions/{transaction_id} | GET | Get transaction data | link |
TonAPIGetV2BlockchainTransactionByMessageHash | direct/v1/TonAPI/v2/blockchain/messages/{msg_id}/transaction | GET | Get transaction data by message hash | link |
TonAPIGetV2Event | direct/v1/TonAPI/v2/events/{event_id} | GET | 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. | link |
TonAPIGetV2NftHistoryByID | direct/v1/TonAPI/v2/nfts/{account_id}/history | GET | Get the transfer nfts history for account | link |
TonAPIGetV2RawListBlockTransactions | direct/v1/TonAPI/v2/liteserver/list_block_transactions/{block_id} | GET | Get raw list block transactions | link |
TonAPIGetV2RawTransactions | direct/v1/TonAPI/v2/liteserver/get_transactions/{account_id} | GET | Get raw transactions | link |
TonAPIGetV2Trace | direct/v1/TonAPI/v2/traces/{trace_id} | GET | Get the trace by trace ID or hash of any transaction in trace | link |
TonAPIPostV2EmulateMessageToTrace | direct/v1/TonAPI/v2/traces/emulate | POST | Emulate sending message to blockchain | link |