Skip to main content
GET
Get transactions (deprecated)

Authorizations

Authorization
string
header
required

Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.

Query Parameters

chainId
string
required

The chain ID in CAIP-2 format (e.g. eip155:1).

limit
integer

Maximum number of results to return.

offset
integer

Number of results to skip.

order
string

Sort order.

Response

Transactions retrieved successfully

Response format varies by chain:

  • Solana: transactions are SolanaTransactionDetails objects (legacy format with signature, blockTime, tokenMint, and nested transactionDetails).
  • All other chains: transactions are 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.
data
object
metadata
object