Skip to main content
GET
List recent account activity

What this endpoint does

Returns a reverse-chronological, cursor-paginated feed of direct-route transfer activity across all of your customers — a compact projection of the same set GET /v1/transfers returns. Treasury operations and customer events never appear here.

When to use it

Use it for a dashboard feed of direct-route transfers. Treasury operations never appear here — read those from GET /v1/treasury/operations and GET /v1/treasury/transactions. Use resource-specific list and detail endpoints for full reconciliation.

Before you call

Authenticate with an API key that can read this resource. Results are restricted to the tenant account bound to that key.

Money and balance effect

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

States and completion

Entries are compact transfer summaries; each entry’s id is the transfer ID. Fetch the transfer for its authoritative status and timeline.

Safe retries

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

Authorizations

Authorization
string
header
required

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

Query Parameters

cursor
string
limit
number
Example:

25

Response

200

A cursor-paginated page of activity items.