Use this endpoint to retrieve a paginated list of all crypto wallets registered in your SpherePay account. You can optionally filter by customer ID to return only wallets belonging to a specific customer. Results are returned in descending order of creation time.Documentation Index
Fetch the complete documentation index at: https://docs.spherepay.co/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Authentication
All requests require a Bearer token in theAuthorization header.
Query parameters
Page number to retrieve. Defaults to
"1".Number of wallets to return per page. Defaults to
"10".Filter results to only wallets belonging to the specified customer ID.
Response fields
Array of wallet objects.
Pagination metadata.
Error responses
| Status | Code | Description |
|---|---|---|
400 | address/invalid | One or more query parameters are invalid. |
404 | resource/not-found | The specified customer ID does not exist. |
422 | validation/failed | Validation failed. The response includes a per-field errors array. |

