For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Support Center
OverviewAPIResources
OverviewAPIResources
  • REST API Endpoints
    • GETGet Timestamp
    • GETO IDC User Info
      • POSTCancel Order
      • GETCommand Dependents
      • GETCommand Item
      • GETCommand Items
      • GETCommand L Dependents
      • GETCommand List
      • GETCommand Report Dependents
      • GETCommand Report Item
      • GETCommand Report Items
      • GETCommand Report L Dependents
      • GETCommand Report List
      • POSTDry Run
      • GETExecution Report Dependents
      • GETExecution Report Item
      • GETExecution Report Items
      • GETExecution Report L Dependents
      • GETExecution Report List
      • GETFill Dependents
      • GETFill Fee Dependents
      • GETFill Fee Item
      • GETFill Fee Items
      • GETFill Fee L Dependents
      • GETFill Fee List
      • GETFill Item
      • GETFill Items
      • GETFill L Dependents
      • GETFill List
      • POSTInterrupt Order Strategy
      • POSTLiquidate Position
      • POSTLiquidate Positions
      • POSTModify Order
      • POSTModify Order Strategy
      • GETOrder Dependents
      • GETOrder Item
      • GETOrder Items
      • GETOrder L Dependents
      • GETOrder List
      • GETOrder Strategy Dependents
      • GETOrder Strategy Item
      • GETOrder Strategy Items
      • GETOrder Strategy L Dependents
      • GETOrder Strategy Link Dependents
      • GETOrder Strategy Link Item
      • GETOrder Strategy Link Items
      • GETOrder Strategy Link L Dependents
      • GETOrder Strategy Link List
      • GETOrder Strategy List
      • GETOrder Version Dependents
      • GETOrder Version Item
      • GETOrder Version Items
      • GETOrder Version L Dependents
      • GETOrder Version List
      • POSTPlace OCO
      • POSTPlace OSO
      • POSTPlace Order
      • POSTStart Order Strategy
Support Center
LogoLogo
REST API EndpointsOrders

Fill Fee Dependents

GET
https://demo-d.tradovateapi.com/v1/fillFee/deps
GET
/v1/fillFee/deps
1const url = 'https://demo-d.tradovateapi.com/v1/fillFee/deps?masterid=1';
2const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
3
4try {
5 const response = await fetch(url, options);
6 const data = await response.json();
7 console.log(data);
8} catch (error) {
9 console.error(error);
10}
200Retrieved
1[
2 {
3 "id": 1,
4 "clearingFee": 1.1,
5 "clearingCurrencyId": 1,
6 "exchangeFee": 1.1,
7 "exchangeCurrencyId": 1,
8 "nfaFee": 1.1,
9 "nfaCurrencyId": 1,
10 "brokerageFee": 1.1,
11 "brokerageCurrencyId": 1,
12 "ipFee": 1.1,
13 "ipCurrencyId": 1,
14 "commission": 1.1,
15 "commissionCurrencyId": 1,
16 "orderRoutingFee": 1.1,
17 "orderRoutingCurrencyId": 1
18 }
19]
Fetches all FillFee entities associated to Fill entity
Was this page helpful?
Previous

Fill Fee Item

Next
Built with

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

masteridlongRequired
Fill entity ID

Response

FillFee
idlong
clearingFeedouble
clearingCurrencyIdlong
exchangeFeedouble
exchangeCurrencyIdlong
nfaFeedouble
nfaCurrencyIdlong
brokerageFeedouble
brokerageCurrencyIdlong
ipFeedouble

IP/TT Fee

ipCurrencyIdlong
commissiondouble
commissionCurrencyIdlong
orderRoutingFeedouble
orderRoutingCurrencyIdlong