Fetch the transaction history for any wallet address
任意のウォレットアドレスにおけるERC20、ERC721、ERC1155トークンの取引・トークン履歴を取得します。 レスポンスには、分かりやすく利用・表示できるようデコード済みの取引詳細が含まれます。 Sequence IndexerGetTransactionHistory
Method:
- Request: POST /rpc/Indexer/GetTransactionHistory
- Content-Type: application/json
- ボディ(JSON形式):
filter
(object)accountAddress
(string) — the wallet account addresscontractAddress
(string) — optionally specify a contract address to filteraccountAddresses
(string array) — optionally specify a list of wallet account addressescontractAddresses
(string array) — optionally specify a list of contract addresstransactionHashes
(string array) — optionally specify a list of transaction hashesmetaTransactionIDs
(string array) — optionally specify a list of meta transaction IDs
includeMetadata
(boolean - optional - default: false) — toggle token metadata to be included in the responsemetadataOptions
(object - optional) — additional options for metadataverifiedOnly
(boolean - optional) — return only contracts which are ‘verified’ to help reduce spamincludeContracts
([]string - optional) — list of specific contract addresses to always be included, even if verifiedOnly is enabled.
Wallet transaction history retention with the Indexer is 30 days for all networks (with the exception of
arbitrum-sepolia
which is 20 days).GetTransactionHistory
of a wallet account address on Polygon using an API_ACCESS_KEY
任意のERC20、ERC721、ERC1155コントラクトの取引履歴を取得・監視します。
このクエリは、特定のトークンコントラクトの取引履歴を追跡するのに便利です。 この例では、Polygonネットワーク上のSkyweaverトークンコントラクトアドレス 0x631998e91476DA5B870D741192fc5Cbc55F5a52E を使用しています。 サポートされているネットワーク上の任意のコントラクトアドレスをクエリできますが、 必ず対応するネットワークのインデクサーにクエリしてください。 Sequence IndexerGetTransactionHistory
Method:
- Request: POST /rpc/Indexer/GetTransactionHistory
- Content-Type: application/json
- ボディ(JSON形式):
filter
(object)contractAddress
(string) — a ERC20 / ERC721 / ERC1155 contract address
Token contract transaction history retention with the Indexer is 30 days for all networks (with the exception of
arbitrum-sepolia
which is 20 days).GetTransactionHistory
of Skyweaver contract on Polygon using an API_ACCESS_KEY