Sandbox & Testnet

Brale provides a sandbox environment to simulate requests. Only testnets (Sepolia, Solana Devnet, Base Sepolia, etc.) are supported in sandbox. Fiat flows and blockchain mainnets (Ethereum, Solana, etc) are not supported in sandbox.

See the full set of supported blockchain networks.


1. Create API Credentials scoped to Testnet

Create an application on the Settings page in the Dashboard.

Select "Testnet" as Network and enable all resources.


2. Mint Tokens on Testnets

When you submit a mint in sandbox, we skip the fiat leg and immediately mint on-chain. This simulates a onramp transaction, and also acts as a faucet to easily mint tokens to use in other flows (payouts, etc.).

POST https://api.brale.xyz/accounts/account_id/transfers

{  
  "amount": {  
    "value": "100",  
    "currency": "USD"  
  },  
  "source": {  
    "value_type": "USD",  
    "transfer_type": "wire"  
  },  
  "destination": {  
    "address_id": "2VcUIonJeVQzFoBuC7LdFT0dRe4",  
    "value_type": "SBC",  
    "transfer_type": "solana_devnet"  
  }  
}

Follow the Quick Start Guide

Follow https://docs.brale.xyz/docs/quick-start for next steps to get deeper with the Brale API.