Skip to main content
GET
List transactions

Authorizations

x-api-key
string
header
required

Your Zet API key. Contact zetdotmoney@gmail.com to obtain your keys.

Query Parameters

page
integer
default:1
limit
integer
default:20
Required range: x <= 100
type
enum<string>

Filter by transaction type.

Available options:
onramp,
offramp,
swap,
transfer
status
enum<string>

Filter by status.

Available options:
pending,
completed,
failed
chain
enum<string>

Filter by chain. Blockchain network identifier

Available options:
base,
bsc,
ethereum,
polygon,
arbitrum,
avalanche,
solana
walletId
string

Filter by wallet.

from
string<date-time>

Start date (ISO 8601).

to
string<date-time>

End date (ISO 8601).

Response

Paginated transaction list.

success
boolean
Example:

true

data
object[]
meta
object