Documentation
Build on gold & silver
The OroPocket Partner API lets your users buy, hold, gift and send digital gold and silver — priced in INR, settled in India.
Everything runs against one base URL. Authenticate with a bearer token, pick sandbox or live by the token prefix, and every response comes back in a predictable envelope.
Base URL
https://api.oropocket.com/partnerChoose your path
Hosted embed
Drop a WebView into your app. We render the full buy/sell/KYC flow — you write almost no code.
Raw API
Server-to-server buy, sell, portfolio and KYC. Design your own UI with full control.
Gifting & sending
Fund your own wallet and send gold or silver to any user programmatically.
Hosted whitelabel
Run the whole product on your own domain under your own brand. A DNS record and a logo — no front end to build.
The 60-second version
Grab a sandbox key from your dashboard, then fetch live prices:
curl https://api.oropocket.com/partner/prices \
-H "Authorization: Bearer oro_test_xxx"New here? Start with the Quickstart — it walks you from key to first buy in a few minutes.
Prefer to be shown rather than told? The dashboard tutorials walk through the panel screen by screen, with screenshots — getting a key, testing an embed, reading your logs and putting your brand on your own domain.