Sandbox and Testing

Our API is available in two environments:

NameAPI URL
Sandboxapi.sandbox.getanchor.co
Liveapi.getanchor.co

Our API sandbox is built to look and feel like the real thing. Every route is sandboxed and data persists exactly like in live. Your sandbox data is isolated from production data, meaning your data is not transferable between sandbox and production.

You can create customers, deposit accounts, and transfers just like you would in your production environment.

The sandbox environment contains special API operations that allow you to easily test and simulate different activities, from incoming transfers to outgoing transfers. (Coming soon)

📘

INFO (Deprecated)

Playground mode is a part of Anchor's Live environment and shares the same API URLs. Read our playground guide to learn more about using the playground mode to build and test your proof of concept with real accounts and money.