cURL
curl --request GET \ --url https://api.otim.com/v0/transfers \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "txfr_01JA1B2C3D4E5F6G7H8J9K0L", "sourceAccountId": "<string>", "destinationAccountId": "<string>", "counterpartyId": "<string>", "amount": "100.50", "currency": "USDC", "type": "book", "status": "completed", "direction": "outgoing", "description": "Payment to vendor", "createdAt": "2025-01-15T12:00:00Z" } ], "hasMore": true, "nextCursor": "<string>" }
Returns a paginated list of transfers on your Platform.
API key prefixed with sk_.
sk_
Filter transfers by Account ID.
Pagination cursor from a previous response.
Number of items to return.
x <= 100
A paginated list of transfers.
Show child attributes