Overview
Get transaction history with interpretations and metadata for a single address, or a list of addresses.
Protocol
x402
Price
$0.0011
Payment Asset
USD Coin
Payment Network
Base
Category
crypto/transactions
Provider
zapper
Source
bazaar
Indexed
2026-03-02 01:01:14
Health
Status
degraded
Latency (p50)
190ms
Uptime (30d)
100.0%
Reliability Score
100/100
Last Checked
2026-03-21 14:22:11
Last Healthy
Never
Consecutive Failures
0
Input Schema
{
"bodyFields": {
"after": {
"description": "Cursor for pagination",
"required": false,
"type": "string"
},
"chainIds": {
"description": "Optional list of Chain IDs to filter by",
"items": {
"type": "integer"
},
"required": false,
"type": "array"
},
"first": {
"default": 10,
"description": "Number of transactions to return",
"required": false,
"type": "integer"
},
"perspective": {
"default": "All",
"description": "Transaction perspective filter (e.g. \"All\", \"Signer\", \"Receiver\")",
"required": false,
"type": "string"
},
"subjects": {
"description": "Array of 0x wallet addresses to get transaction history for",
"items": {
"description": "A 0x wallet address",
"type": "string"
},
"required": true,
"type": "array"
}
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Output Schema
{
"data": {
"transactionHistoryV2": {
"properties": {
"edges": {
"items": {
"properties": {
"node": {
"properties": {
"interpretation": {
"properties": {
"description": {
"type": "string"
},
"descriptionDisplayItems": {
"type": "array"
},
"processedDescription": {
"type": "string"
}
},
"type": "object"
},
"methodSighash": {
"type": "string"
},
"methodSignature": {
"type": "string"
},
"transaction": {
"properties": {
"blockNumber": {
"type": "integer"
},
"fromUser": {
"type": "object"
},
"hash": {
"type": "string"
},
"network": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"toUser": {
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"type": "array"
},
"pageInfo": {
"properties": {
"endCursor": {
"type": "string"
},
"hasNextPage": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
}
}
}