Skip to main content
GET
Wallet PolyUSD flows
Returns PolyUSD deposit and withdrawal history for one wallet. Deposits are incoming PolyUSD mints to the wallet. Withdrawals are outgoing PolyUSD movements that redeem back to USDC or USDC.e.
This endpoint is focused on user cash movement. It excludes split, merge, and trading settlement mechanics, which are available through the wallet activity and trade endpoints.

Request

Query parameters

Example

Response fields

Errors

Authorizations

x-api-key
string
header
required

Path Parameters

address
string
required

Wallet address

Query Parameters

kind
enum<string>
default:all

Flow type to return

Available options:
all,
deposit,
withdrawal
after
integer
default:0

Unix timestamp lower bound

before
integer

Unix timestamp upper bound

order
enum<string>
default:desc

Sort order

Available options:
asc,
desc
limit
integer
default:100

Max results, clamped to 300

offset
integer
default:0

Pagination offset

Response

PolyUSD deposit and withdrawal rows