无用户界面的集成方式
The reason we provide the SaaS with built-in UI is to provide the KYC and trading UI for users.
As a financial institution, we are not allowed to trade with any users that have NOT been verified.
Some partners may want to use their own UI on web or mobile, although our UI is highly customizable.
In this case, you need to
1. Send over user KYC information or documents via the KYC APIs
Company users via /kyc/company/
Individual users via /kyc/individual/
More details about "Skip the duplicated KYC"
https://ex.legendtrading.com/reference/skip-the-duplicated-kyc
2. Get the deposit bank account information and the reference code for each user via API
For each fiat currency, we use a different bank account to receive the wires.
For example, we use Signature Bank in the U.S. to accept USD deposits, and BCB Group in EU to accept EUR/GBP deposits.
The deposit reference code is an *unique* code for every single user.
We use it to determine the sender of each deposit.
Please show the bank account information and the reference code on your application "Deposit" page.
3. Initiate and execute trades on behalf your users via the Trade APIs有些合作平台(特别是Mobile应用)不想使用我们提供的用户界面,而是想用自己的用户界面。
这种情况下,您需要
1. 将贵平台用户KYC资料通过我们的KYC API同步给Legend
机构(公司)用户通过 /kyc/company/ 系列API
个人用户通过 /kyc/individual/ 系列API
2. 通过API获取我们每种法币的对应银行账号信息,以及当前用户的充值 reference code
每种法币,Legend使用不同银行账号来接收汇款。例如我们用Signature Bank收取美元,用BCB Group收获欧元和英镑。
reference code是每个用户独一无二的充值标识代码,用于确认汇款来自于哪个用户。
在您的平台或应用的"充值"页面上,请显示我们的收款银行账号信息以及用户充值代码。
3. 通过交易API为您的用户发起和执行交易完成以上步骤之后,就可以完全通过后端集成Legend Gateway.
