post https://api.tradexapp.co/v2/mybetsv3
Endpoint for getting all market positions for the logged-in member.
Response Fields
Market relevant data is available under "calls" key under "probes" key in json response. List of Dictionary contains data as per description below
Name | Type | Description |
---|---|---|
rank | int | -1 for unmatched order and 0 for matched |
coins | int | Order Limit price |
callvalue | str | "Y" for yes and "N" for no |
userid | int | Order placing user id |
noofcontracts | int | Order quantity |
orderid | str | Order id specific to the order |
status | str | "O" represents open order, "A" represents active and "H" stands for pending order |
createdat | iso datetime | Time when order was created |
lastprice | int | Price of last trade |