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 Fixed Commission Report

GET /public/v1/report/commissions/fixed

Query Parameters

KeyTypeRequiredRuleDescription
skipnumberMandatoryminimum 0the number of the records that is skipping from the full list
limitnumberMandatoryminimum 0 maximum 500the number of records each page will show

Expected HTTP status code

  • 200

Response

NameTypeDescription
countnumbertotal number of the list
recordsarraylist of commission records in array
records[].idstringrecord unique id in CRM
records[].order_idstringorder id that the commission calculated from
records[].trading_account_idstringorder's trading account
records[].trader_idobjectorder's trader user id in CRM
records[].receiver_idstringorder's commission receiver user id in CRM
records[].currencystringorder's currency
records[].symbolstringorder's symbol
records[].volumestringorder's volume
records[].swapsstringorder's swaps
records[].profitstringorder's profit
records[].open_timestringorder's open time
records[].close_timestringorder's close time
records[].rebate_timestringcommission rebate time
records[].commissionstringcommission fee
records[].overridingstringoverriding commission fee
records[].bonusstringbonus commission fee
records[].totalstringtotal commission payout
records[].statusstringcommission execution status
records[].rebate_account_idstringorder's commission target trading account
Last Updated:: 8/26/24, 7:57 AM
Next
Get Flexible Commission Report