O
OroPocket Developers
Build on gold · silver · bitcoin

The digital-gold API
for developers.

Instant sandbox access. Real prices, simulated settlement. Go live when you're ready — KYC, keys and payouts, all self-serve.

Hosted Integration

Drop OroPocket into a WebView. Your users buy gold, silver & BTC through our PG — you write almost no code.

Raw API

Design your own flow and UI. Server-to-server buy, sell, portfolio, KYC and webhooks — full control.

Send Assets / Gifting

Load assets into your wallet and send them to any user programmatically. Perfect for rewards & cashback.

Whitelabel Website

Coming soon

Your own domain, our engine. A ready-made desktop experience under your brand. On the roadmap.

10-second quickstart
# 1. Get your sandbox key from the dashboard, then:
curl https://api.oropocket.com/partner/prices \
  -H "Authorization: Bearer oro_test_xxxxxxxx"

# 2. Create a test user + buy gold — real prices, no real money
curl -X POST https://api.oropocket.com/partner/users/init \
  -H "Authorization: Bearer oro_test_xxxxxxxx" \
  -d '{"flow":"api","mobile":"9000000001"}'