Skip to main content
Yara provides two environments. Each has its own API keys, and keys are scoped to a single environment.

Sandbox

A safe place to build and test. No real money moves. Use a sandbox API key.

Production

Live environment that moves real money. Use a production API key.

Base URL

Both environments share the same base URL. The environment is determined by the API key you use.

Moving to production

When you’re ready to go live:
1

Generate a live key

Switch to production in the dashboard and create a production API key.
2

Swap your key

Replace your sandbox key with the live key in your server configuration. No code changes needed.
3

Verify the basics

Confirm your webhook endpoints are reachable and your whitelisted destinations are set up for production.
Sandbox and production data are fully separate. Wallets, whitelisted addresses, and webhooks created in one environment do not carry over to the other.