Skip to main content

Getting Started

Integrating with Binance Link KYC Saas broadly follows the below steps.

  1. Create an Exchange Link sub-account via API.
  2. KYC is processed for the user in one of two methods.
  3. Validate that KYC is passed.
  4. Create an API Key for the sub-account, and proceed from there.

Sub Account Creation Flow with Link Module integration

  1. Create a Sub account POST /sapi/v1/broker/subAccount
  2. Complete KYC and bind to Sub account via KYC module through one of:
    • Share KYC API /bapi/ekyc/v2/public/ekyc/customer/share-kyc-data
    • Oauth Link /bapi/ekyc/v2/public/ekyc/customer/add-account-info-list
  3. Check KYC Status is passed /bapi/ekyc/v2/public/ekyc/customer/check-kyc-status
    • Requirement: data.levelInfo.currentLevel.kycStatus = PASS
  4. Create Sub account API Key POST /sapi/v1/broker/subAccountApi