Get enriched wallet transaction history using ClickHouse pointers and Envelope Service hydration.
Supported chain families:
Cross-family requests (e.g. EVM address with Bitcoin chain) return 400. When no chains param is provided, all mainnets for the detected address family are queried.
Documentation Index
Fetch the complete documentation index at: https://docs.moralis.com/llms.txt
Use this file to discover all available pages before exploring further.
chains=bitcoin as a query parameter. The walletAddressOrPublicKey path parameter accepts either a Bitcoin address or an xpub — when an xpub is supplied, history is aggregated across all derived addresses server-side.The address or public key of the account
Chains to query
0x1, ethereum, 0x171, pulse, 0x2105, base, 0x38, binance, 0x530, sei-testnet, 0x531, sei, 0x89, polygon, 0x8f, monad, 0xa, optimism, 0xa86a, avalanche, solana-mainnet, sol, all, mainnets, testnets The limit per page
1 <= x <= 100The cursor to the next page
The order of items
ASC, DESC The start date from which to get the wallet history (format in seconds or string accepted by momentjs)
The end date from which to get the wallet history (format in seconds or string accepted by momentjs)
The minimum block number from which to get the wallet history
The block number to get the wallet history until
When true, returns full raw chain-specific data including logs, input data, and vin/vout arrays. Array fields are capped at 100 items with a hasMore flag.
The queried wallet address
"0xd8da6bf26964af9d7eed9e03e53415d37aa96045"
Address type derived from chain family (evm for Ethereum-compatible, bitcoin for BTC, solana for Solana)
evm, bitcoin, solana "evm"
Opaque cursor token for pagination (null when no more pages)
Current page number (1-indexed)
1
Number of items in this page
Array of wallet history items
Response metadata with sync status and diagnostics