Skip to main content
Prerequisites:
  • Setup a partner account
  • Obtain your API key
Requests to our trade API endpoints require authentication via an API key.

Base URLs

Partner API endpoints use the /api/v1/partner base path in both environments. For example, the full production URL for the fiat currencies endpoint is https://api.money.orki.io/api/v1/partner/fiat-currencies.
Use LIVE API keys with the production base URL and TEST API keys with the sandbox base URL. The sandbox supports authenticated asset discovery, Transak staging quotes and checkout-session creation, and sandbox transaction creation and retrieval. Creating a sandbox transaction does not initiate a payment. Provider completion, status callbacks, and webhook delivery should be validated separately before going live.
1

Create a Partner Account

To get started, you must first create a partner account on our platform.
2

Obtain Your API Key

Navigate to API Management section and generate an API Key.
3

Use the API Key in requests to the trade API endpoints

Or when using our widget…