List Transfers
Paginated feed of all transfers (on-chain and fiat) for the organization under a single unified shape — wallet→wallet, bank→wallet (onramp), wallet→bank (offramp), and the USDC↔C0 deposit/withdraw pair. Each row has symmetric from and to sides; either side can be a wallet or a bank account. Sorted by (createdAt, id) descending. Cursor-paginated: pass nextCursor from the previous response to fetch the next page; nextCursor: null means no more pages.
Authorizations
API key for authentication. Pass your key in the x-api-key header.
Query Parameters
Number of results to return (1-200, default 50).
1 <= x <= 200Opaque cursor from a previous response's nextCursor. Omit for the first page.