Everything you can do in the dashboard is available via API. Issue virtual accounts, move money on or off-chain, kick off KYC, subscribe to webhooks. Built on top of Bridge and Hifi — full docs available for both partners.
Send your first dollar in under five minutes.
Settings → API keys → New key. Server-side only. We rotate every 90 days by default.
Light-touch metadata at sign-up. Heavy KYC happens via the kyc_link flow when needed.
USD ACH/Wire or EUR SEPA. Returns the bank details to share with the payer.
Subscribe to transfer.completed and balance.threshold_crossed for real-time updates.
curl -X POST https://api.globalone.io/v1/transfers \
-H "Authorization: Bearer go_live_••••" \
-H "Content-Type: application/json" \
-d '{
"customer_id": "cus_01HZK1Q3R5ABCD",
"source": { "asset": "USD", "amount": 1000 },
"destination": {
"asset": "USDC",
"network": "base",
"address": "0x9F…2aE7"
},
"reference": "April retainer"
}'Endpoint groups and webhook events, in priority order.
List balances, issue virtual accounts, and look up customer state.
On-ramp, off-ramp, and cross-asset transfers with quoting.
Create customers, request KYC links, fetch verification status.
Subscribe to transfer status changes, KYC decisions, and balance events.
Typed clients for the languages you actually ship.
npm i @globalone/nodepip install globalonego get github.com/globalone-io/gogem install globalone