Retrieve available wallet addresses for offramp transactions across supported blockchain networks.
Overview
This endpoint retrieves the available wallet addresses for offramp transactions across various blockchain networks. These addresses are where users send their stablecoins (USDC/USDT) to initiate the conversion to fiat currency.
Key Information
Static Addresses: The wallet addresses returned by this endpoint are static and don't change frequently.
Caching Recommended: Businesses can cache these addresses locally to reduce API calls and improve performance.
Periodic Updates: While addresses are static, it's recommended to refresh the data periodically to ensure you have the latest information.
Usage
Fetch Addresses
Make a GET request to retrieve all available wallet addresses for offramp transactions.
Cache Locally
Store the addresses locally to reduce API calls and improve your application's performance.
Response Structure
The endpoint returns a list of wallet addresses with their corresponding network information, formatted similar to vendor details for easy integration.
Important Notes
- Network Compatibility: Ensure you're using the correct wallet address for the intended blockchain network
- Periodic Refresh: Update your cached addresses periodically (recommended: weekly or bi-weekly)
- Error Handling: Implement proper error handling for cases where addresses might be temporarily unavailable
Integration Tips
- Initial Setup: Fetch addresses once during your application initialization
- Background Updates: Set up a scheduled task to refresh addresses periodically
- Fallback Strategy: Always have error handling in case the endpoint is temporarily unavailable