Built for Developers
Everything you need to integrate Relay Finance: comprehensive docs, SDKs, and a sandbox environment for testing.
Sandbox
Test without risk
Our sandbox environment mirrors production but uses testnet tokens. Make as many API calls as you wantโcompletely free.
- Unlimited API calls
- Testnet tokens provided
- Same API as production
- Webhook testing tools
# Production
RELAY_API_URL="https://api.relayfinance.com"
# Sandbox (for testing)
RELAY_API_URL="https://sandbox.relayfinance.com"
# Just change the URL - same API!
Resources