https://api.globalstack.io.
Prerequisites
- A GlobalStack account β request access from the dashboard.
- Your secret API key, issued during onboarding. Keep it server-side. See Authentication.
Steps
1
Verify your key
Make an authenticated call to a read-only endpoint to confirm your key works. Listing supported currencies needs no request body:A
200 with a "status": true envelope means youβre authenticated. A 401 with authentication_failed means the key is missing or wrong.2
Create a customer
Wallets belong to a customer. Create one with their type, name, email, and ISO 3166-1 alpha-2 The response returns the new customerβs id (prefixed
country_code:cus_). Save it for the next step.3
Create a wallet
Create a USDC wallet for that customer. Only You now have a wallet (id prefixed
currency is required:wal_) ready to hold and move funds.Next steps
Get a quote
Lock an FX rate before you move money.
Run an onramp
Turn stablecoins into local currency, settled to a beneficiary.
Stay idempotent
Safely retry write requests without creating duplicates.
Handle errors
The response envelope and the error codes to branch on.