CRM Open API DocumentationCRM Open API Documentation
REST API
Webhooks
PSP Open API
External Exchange Rates
REST API
Webhooks
PSP Open API
External Exchange Rates
  • REST API Introduction
  • Authentication
  • Authentication V2
  • Clients API

    • Get List of Client
    • Get Client Information
    • Get Client Registration Details
    • Get Client KYC Details
    • Validate User's Credentials
    • Create Client
    • Get Uplines Information of client
    • Get Downlines Information of client
  • Leads API

    • Create Lead
  • Trading Servers Connections API

    • Get CRM Trading Platform Connections
  • MT4 API

    • Get MT4 Connection Information
    • Get MT4 Accounts
    • Create MT4 Account
    • Deposit into MT4 Account
    • Withdraw from MT4 Account
    • Get MT4 Trades
  • MT5 API

    • Get MT5 Connection Information
    • Get MT5 Accounts
    • Create MT5 Account
  • cTrader API

    • Get cTrader Connection Information
    • Get cTrader Accounts
  • Reports API

    • Get Fixed Commission Report
    • Get Flexible Commission Report
    • Get Transactions Report
  • Wallets API

    • Get Wallet Information
    • Update Wallet Balance
    • Get Update Wallet Balance Order status
  • Payments API

    • Get All Bankcards
  • Trading Competitions API

    • Get Trading Competition Leader Board
  • Requests API

    • Approve Withdrawal Requests
    • Reject Withdrawal Requests
  • Accounts API

    • Send Registration Request for OTP
    • Send Multi-Step Registration Request for Approval
  • Configurations API

    • Get Countries
    • Get States
    • Get Cities
  • Forms API

    • Get Trader Registration Form
    • Get User Kyc Form Collections
    • Get User Kyc Form
    • Get AWS S3 signature
  • TradingAccounts API

    • Get CRM Trading Account Types
  • Annex

    • Language Codes

Get Trader Registration Form

GET /public/v1/form/registration/trader

Query Parameters

KeyTypeRequiredRuleDescription

Expected HTTP status code

  • 200

Response

NameTypeDescription
idstringform id
typestringthe type of registration form
groupsarraythe information groups of registration form
groups[].keystringthe key of groups
groups[].labelmapthe label of groups , key is language code like 'en-us', 'zh-cn' etc
groups[].fieldsarraythe fields of information groups
groups[].fields[].keystringthe key of fields
groups[].fields[].labelstringthe label of groups , key is language code like 'en-us', 'zh-cn' etc
groups[].fields[].requirednumberthe field is required ro not
groups[].fields[].typenumberthe type of fields
groups[].fields[].optionsnumberthe value of fields , when the type is select,multiselect,radio or checkbox
groups[].fields[].disablednumberthe field is disabled or not
groups[].fields[].readonlynumberthe field is readonly or not
groups[].fields[].docsarraythe files need to read
groups[].fields[].docs[].doc_urlstringthe url of file
Last Updated:: 8/26/24, 7:57 AM
Next
Get User Kyc Form Collections