# Creating a Sandbox account

The sandbox is a fully functional replica of the Txn platform for integration testing. It uses separate API credentials and test funds — no real transactions are processed.

To request a sandbox account, contact your Txn sales or integration manager, or write to <support@txn.io>.

Once your account is active, Txn will provision test balances so you can begin testing immediately. If you need additional test funds or cryptocurrency testnet liquidity, contact your integration manager.

The sandbox base URL is `https://api.sandbox.txn.io`. Note that sandbox network codes differ from their production counterparts — testnet networks are prefixed (`tbtc`, `ttrx:usdt`, `hteth`, etc.). See [Supported currencies](/api-basics/supported-currencies.md) for the full list.

Once your account is ready, [create your API keys](/getting-setup/creating-your-api-keys.md) to start making requests.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.txn.io/getting-setup/creating-a-sandbox-account.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
