Get transactions (deprecated)
Deprecated
Get transactions (deprecated)
deprecated
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.
GET
Get transactions (deprecated)
Authorizations
Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.
Query Parameters
The chain ID in CAIP-2 format (e.g. eip155:1).
Maximum number of results to return.
Number of results to skip.
Sort order.
Response
Transactions retrieved successfully
Response format varies by chain:
- Solana: transactions are
SolanaTransactionDetailsobjects (legacy format withsignature,blockTime,tokenMint, and nestedtransactionDetails). - All other chains: transactions are
TransactionHistoryItemobjects (unified format withhash,from,to,value,blockNumber,blockTimestamp,status,chainId). Solana will be migrated to the unified format in a future release.