Use this endpoint to retrieve all transfers associated with your SpherePay account. You can narrow results by customer, transfer status, or transfer type. Results are paginated — use theDocumentation Index
Fetch the complete documentation index at: https://docs.spherepay.co/llms.txt
Use this file to discover all available pages before exploring further.
page and limit parameters to step through large result sets.
Endpoint
Authentication
All requests require a Bearer token in theAuthorization header.
Query parameters
Page number to retrieve. Defaults to
1.Number of transfers to return per page. Defaults to
10.Filter by customer ID (e.g.
customer_f31121c389624d3697cbf3ea8830b7a4).Filter by transfer status. Accepted values:
pendingFunding, pendingReview, fundsReceived, processing, succeeded, undeliverable, returned, pendingRefundInformation, failed, canceled, refunded, unexpectedError, failedPrecondition, expiredSee Transfer Lifecycle for status definitions.Filter by transfer type. Accepted values:
offRamp, onChain, onRamp, microdeposit, unmatchedDeposit.Response fields
Array of transfer objects for the current page. Each object has the same structure as the GET /v2/transfer/ response.
Pagination metadata.
Error codes
| Status | Code | Description |
|---|---|---|
400 | address/invalid | One or more query parameters are invalid. |
404 | resource/not-found | The requested resource was not found. |
422 | validation/failed | Query parameter validation failed. |

