getTxHistory

View as Markdown

Get cross-chain transaction history for a user wallet address. Note: this endpoint is in beta and still a work in progress — please reach out to the 0x team if you or your users run into any issues.

Headers

0x-api-keystringRequired
Visit dashboard.0x.org to get your API Key

Query parameters

userstringRequired

The wallet address of the user to get transaction history for. Accepts EVM (0x…), Solana, and Tron addresses

limitintegerOptional1-100Defaults to 20
Maximum number of transactions to return
cursorstringOptional

Response

Successful response
transactionslist of objects
List of transaction history records
paginationobject
Pagination information
zidstring
The unique ZeroEx identifier of the request

Errors

400
Bad Request Error
404
Not Found Error
500
Internal Server Error