Skip to main content
GET
List transactions

Authorizations

x-api-key
string
header
required

Query Parameters

cursor
string

Opaque cursor from a previous response to fetch the next page

limit
number
default:20

Maximum number of results to return (1-100)

Required range: 1 <= x <= 100
direction
enum<string>

Pagination direction relative to the cursor

Available options:
forward,
backward
type
string
required
status
string[]
customerId
string
linkedOrderId
string
asset
enum<string>
Available options:
USD,
EUR,
GBP,
CHF,
JPY,
CAD,
AUD,
NZD,
SGD,
HKD,
CNY,
KRW,
INR,
BRL,
MXN,
ARS,
CLP,
COP,
PEN,
ZAR,
NGN,
KES,
GHS,
EGP,
AED,
SAR,
ILS,
TRY,
PLN,
CZK,
HUF,
SEK,
NOK,
DKK,
THB,
IDR,
MYR,
PHP,
VND,
TWD,
USDC,
USDT,
DAI,
EURC,
PYUSD,
BTC,
ETH,
SOL,
TRX
chain
enum<string>
Available options:
ethereum,
base,
solana,
polygon,
arbitrum,
optimism,
avalanche,
tron,
stellar,
bsc,
bitcoin
txHash
string

The on-chain transaction hash or signature. Case does not matter where the chain encodes it as hex; on a chain whose encoding is case-sensitive (for example Solana), it is matched exactly, since a different case is a different value.

sourceAddress
string
externalReference
string

The provider-side reference on a fiat transaction: the sending bank's reference on a deposit, the payout provider's on a withdrawal. Both are matched, so pair it with type=deposit if you only want deposits. It is also the reference the sandbox fiat deposit simulator acknowledges with. Crypto deposits never match — resolve those with txHash, even if you passed an externalReference to the crypto simulator. Not a Conduit id, and not your own clientReferenceId.

clientReferenceId
string

Client-supplied reference, unique per resource within your organization. 1-255 characters from A-Za-z, 0-9, underscore, hyphen, colon, and period — no spaces.

createdAfter
string
createdBefore
string
sortBy
enum<string>
Available options:
createdAt,
updatedAt
sortOrder
enum<string>
Available options:
asc,
desc

Response

data
object[]
required

Unified client-facing transaction view across deposit / deposit return / withdrawal / onramp / offramp / conversion. Discriminated by type.

meta
object
required