Skip to main content
GET
Search Treasury operations

What this endpoint does

Returns a cursor-paginated view across this tenant account’s payouts, conversions, and stablecoin withdrawals.

When to use it

Use it to operate a queue, filter lifecycle states, or recover an operation by externalReference after a create response was lost.

Before you call

Authenticate with treasury:read. Filter by operation kind, status, external reference, or an ISO 8601 date range; cursors belong to the exact filtered result set.

Money and balance effect

This is a read-only request. It does not reserve, debit, credit, or settle money.

States and completion

Each row reports the current operation state and next action. accepted, held, and submitted do not prove external settlement; open the resource detail before acting.

Safe retries

GET requests are read-only and may be retried with normal exponential backoff. Do not send an Idempotency-Key. Read Operations and reconciliation for the complete workflow.

Authorizations

Authorization
string
header
required

Send the same Wayex API key as Authorization: Bearer <key>.

Query Parameters

limit
number
Example:

25

cursor
string
to
string<date-time>
from
string<date-time>
status
enum<string>
Available options:
accepted,
held,
submitted,
settled,
failed,
returned
kind
enum<string>
Available options:
payout,
stable_withdrawal,
conversion
externalReference
string

Response

200 - application/json
data
object[]
required
hasMore
boolean
required
nextCursor
string | null
required
Minimum string length: 1