List Transfers
Transfers
List On-Ramp and Off-Ramp Transfers
List all transfers
List Transfers
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 the
page and limit parameters to step through large result sets.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number of the list (default: 1)
Example:
1
Number of items per page (default: 10)
Example:
10
Query by Customer ID.
Example:
"customer_123abc..."
Query by Payout status. See Transfer Lifecycle for status definitions.
Available options:
pendingFunding, pendingReview, fundsReceived, processing, succeeded, undeliverable, returned, pendingRefundInformation, failed, canceled, refunded, unexpectedError, failedPrecondition, expired Example:
"succeeded"
Query by Payout type.
Available options:
offRamp, onChain, onRamp, microdeposit, unmatchedDeposit Example:
"onRamp"
Comma-separated sort fields. Prefix with "-" for descending, "+" (or no prefix) for ascending. Allowed fields: created, updated, status, type, amount. Example: "type,-created".
Example:
"-created"
Last modified on June 18, 2026