v1
latestOpenAPI 3.1.02026-07-243035381.4 MBGet transactions DNA
/v4/data/transactions/dna
5000 credits per API call
This endpoint retrieves trade data across the entire blockchain enriched with WalletDNA metrics. Developers can filter trades by size, side, or wallet behavior (IQ, Reputation, Flow, Mass, Epoch, Maker Presence). Responses include detailed trade, token, and wallet profiles, enabling advanced segmentation, smart-money tracking, and high-signal on-chain analytics in real time.
Supported blockchains:
- Ethereum - ethereum-mainnet
- Base - base-mainnet
> 📘 Note for Free Users > > As a free user, your data is cached on a 1-day refresh cycle, and wallet queries run through tatumio.eth. This setup helps lower costs so you can easily try out the API. For real-time data, faster syncs, and the full capability of our platform, we recommend upgrading to a paid plan.
Query parameters
The blockchain to work with.
The wallet address to fetch transactions for.
Optional filter transactions for this ERC-20 token contract address.
Optional filter to only include transactions involving this address.
Sort order, asc (oldest first) or desc (newest first).
Transaction direction relative to the address.
Max number of transaction records to return (max 100)
Start from this UTC timestamp in format YYYY-MM-DDTHH:mm:ssZ (overrides blockNumber)
Optional cursor for pagination, obtained from the response
Response
OK
Example response
{
"data": [
{
"chain": "ethereum-mainnet",
"walletAddress": "0x80d8bac9a6901698b3749fe336bbd1385c1f98f2",
"tokenAddress": "0x1234567890abcdef1234567890abcdef12345678",
"direction": "incoming",
"amount": "100.0",
"blockNumber": 16499510,
"timestamp": 1678715303000,
"txHash": "0x549447710026cef714da21fb29cbfae1f689bd3246f2fa0a5081149c4aeb3bb3"
}
],
"pagination": {
"pageSize": 50,
"cursor": "eyJwYWdlIjoyfQ=="
}
}