Get the auth parameters

Every crypto platform is assigned a set of authentication parameters, to protect the communications between your platform and LG.

APP_ID
APP_URL
APP_KEY
APP_SECRET
APP_PASSPHRASE

Please safely store the above information, do NOT disclose to anyone.
Especially the APP_SECRET and APP_PASSPHRASE,they can only be stored on your servers.
In order to protect the data security, do NOT show them publicly, neither send to your front-end.

Example

(User your own APP_ID and other parameters assigned to you when deploying the integration. Do NOT copy from this example.)

APP_ID = “Bitrue”
APP_URL = “https://testnet.bitrue.com/otc”
APP_KEY = "Ae4fHfWZwFFi9q2l"
APP_SECRET = "9z5zpp0itm1ygx"
APP_PASSPHRASE = "SDFxw0EDj33sdZedd"

You decide the values of APP_ID and APP_URL.

APP_ID is your platform's name.
APP_URL is the URL of your fiat-trading web page when it goes live.

Where to get these parameters?

When you start the integration, reach out to the tech support team, they will assign a set of parameters to you.

When the integration is done, contact us again for the Production parameters.

Get ready to provide us the information before so that we can assign the parameters.

-A secure Email to receive the parameters. This Email usually belongs to your tech lead or the project owner. 

- Your platform's URL (We'll use your website mainpage's URL if you didn't provide this. e.g. https://bitrue.com)
- Web-hook API URLs  (including trade-notify, trade-execute, balance, balances, etc.)
- API Token (to allow us to call your APIs,and nobody else can call your APIs)
- the URL of the page that integrates LG(landing page) (e.g. https://bitrue.com/otc)

We can also set up parameters like below for you.

  1. Supported trading pairs
  2. Settlement type
  3. Minimum trade size

Note

Sandbox parameters don't work in Production.