Skip to main content

Sandbox Environment

Etherfuse provides a sandbox environment for testing your integration before going to production. The sandbox connects to testnets for all supported blockchains:
  • Stellar: Testnet
  • Solana: Devnet
  • Other supported chains: Testnet
This allows you to test the complete onramp, offramp, and swap flows without using real money or tokens.

Sandbox API URL

All sandbox API requests should be made to:
https://api.sand.etherfuse.com
Use the same API endpoints and authentication as production, just with the sandbox base URL.

Getting Sandbox Access

To get access to the sandbox environment:
  1. Contact Etherfuse to request sandbox credentials
  2. You’ll receive a sandbox API key separate from your production key
  3. Use this key with the sandbox API URL for all test requests
Important: The sandbox environment still requires KYC verification and bank account setup, just like production. You have two options:
  • Full setup: Complete the KYC process and link bank accounts in the sandbox environment to test the complete flow
  • Whitelisted access: Contact Etherfuse to get your test account whitelisted, which allows you to skip certain verification steps for faster testing

Sandbox UI

A sandbox version of the Etherfuse UI is available at:
https://devnet.etherfuse.com
Use this to manage your sandbox account, complete KYC, link bank accounts, and monitor orders during testing.

Testnet Tokens

You’ll need testnet tokens to test offramps and swaps. Contact Etherfuse for information on obtaining testnet CETES, USDC, and other supported tokens on the relevant testnets.

Webhooks in Sandbox

Webhooks work the same in sandbox as in production. Make sure your webhook endpoint is publicly accessible (or use a tool like ngrok for local development) and register it via POST /ramp/webhook.