List transfer batches
Lists transfer batches for the authenticated organization or project scope.
Query parameters
Filter by source wallet walletId.
Filter by source wallet walletId.
Filter by token symbol or mint.
Filter by token symbol or mint.
Filter by transfer batch status.
Filter by transfer batch status.
Filter by caller-provided batch correlation ID.
Filter by caller-provided batch correlation ID.
Page number (1-based).
Page number (1-based).
Number of batches per page.
Number of batches per page.
Headers
Selects the active project for this request. Required for session/dashboard callers. Ignored when authenticating with an API key, whose scope is fixed to the key's project.
Selects the active project for this request. Required for session/dashboard callers. Ignored when authenticating with an API key, whose scope is fixed to the key's project.
Response
Transfer batch list
Example response
{
"data": [
{
"id": "xbatch_example",
"organizationId": "org_example",
"projectId": "prj_example",
"externalId": "payroll_2026_06_30",
"sourceWalletId": "privy_wallet_123",
"sourceAddress": "So11111111111111111111111111111111111111112",
"token": "SOL",
"status": "processing",
"totalAmount": "1000.00",
"recipientCount": 20,
"transactionCount": 1,
"createdAt": "2025-01-01T00:00:00.000Z",
"updatedAt": "2025-01-01T00:00:00.000Z"
}
],
"meta": {
"requestId": "req_example"
}
}Changes
Changed in 1 of the 10 revisions of this API.3
- ●
added the new
SERVICE_UNAVAILABLEenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
SERVICE_UNAVAILABLEenum value to theerror/coderesponse property for the response status403response-property-enum-value-added
- ●
added the new
SERVICE_UNAVAILABLEenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●