Retrieve the full configuration of a single Offloader Wallet by its ID. The response includes the on-chain address to share with the customer, the linked bank account destination, the blockchain network, and the current fee structure. Use this endpoint to verify a wallet’s setup or to look up an address before directing a customer to deposit funds.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 must include a Bearer token in theAuthorization header.
Path parameters
The ID of the offloader wallet to retrieve.
Response fields
Unique identifier for the offloader wallet.
The ID of the customer who owns this wallet.
The on-chain wallet address where the customer sends stablecoins.
The stablecoin this wallet accepts (e.g.,
"usdc").The blockchain network this wallet is deployed on (e.g.,
"ethereum").The bank account destination configuration.
The on-chain address funds are returned to on failed transactions.
ISO 8601 timestamp of when the wallet was created.
ISO 8601 timestamp of the last update to the wallet.

