Use this endpoint to retrieve a single Onramper Account by its ID. The response includes the deposit instructions you need to share with your customer, the destination wallet address where converted stablecoins are delivered, the active/inactive status, and the fee configuration.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.
Path parameters
The Onramper Account ID returned when the account was created (e.g.,
"virtualAccount_a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6").Response fields
Unique identifier for the Onramper Account.
ID of the customer who owns this account.
Whether the account is currently accepting deposits. Deactivated accounts return
false.Bank account details your customer uses to deposit fiat funds.
The crypto destination where converted funds are sent.
Fee breakdown applied to each deposit conversion.
ISO 8601 timestamp of when the account was created.
ISO 8601 timestamp of the most recent update.
Error responses
| Status | Code | Description |
|---|---|---|
400 | address/invalid | The request is malformed or the ID format is invalid. |
404 | resource/not-found | No Onramper Account with the specified ID exists. |
422 | validation/failed | Validation failed. The response includes a per-field errors array. |

