QuickstartOverview

Quickstart

Five short guides that take you from an API key to delivered USDC and an authorized wallet send, all in the sandbox.

Each guide below is one sitting. Run them in order the first time: each one uses what the previous produced.

Everything here runs against the sandbox, where verification decisions and bank deposits are simulated and no real money moves.

Prerequisites

  • A sandbox API key (sk_test_...). Sign up on the dashboard, or your Rasto contact provisions your partner account during onboarding.
  • curl and jq, or your HTTP client of choice.
  • For the wallet guide only: an ed25519 keypair you can sign with. The guide says what to do if you do not have a KMS yet.
export BASE=https://sandbox.rasto.co
export KEY=sk_test_...

The five guides

What you will have built

If you would rather see the whole integration at planning altitude before you write code, read Implementation Overview first.