Deprecated. Use /clients/me/chains/{chain}/transactions instead.
Sunset date: 2026-12-31. Responses include Deprecation, Sunset, and Link headers.
Retrieves EIP-155 transaction history for the client.
Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.
The chain ID in CAIP-2 format (e.g. eip155:1).
Maximum number of results to return.
Number of results to skip.
Sort order.
Transactions retrieved successfully
Response format varies by chain:
SolanaTransactionDetails objects (legacy format with
signature, blockTime, tokenMint, and nested transactionDetails).TransactionHistoryItem objects (unified format
with hash, from, to, value, blockNumber, blockTimestamp, status, chainId).
Solana will be migrated to the unified format in a future release.