Developer Dashboard
Monitor your sandbox activity, manage API keys, and access development resources.
Create an API Key
Generate your sandbox API credentials
Fund a Test Wallet
Request test RMZ from the faucet
Fetch Account Nonce
Get the next nonce for transaction signing
GET /api/v1/accounts/{address}/next_nonce
Submit a Transaction
Sign and submit your first transfer
POST /api/v1/transactions
Confirm on Explorer
Verify your transaction was processed
GET /api/v1/transactions/{hash}