post
https://api.tradexapp.co/v2/mybets
Endpoint for getting all orders for the logged-in member.
Response Fields
Market relevant data is available under "calls" key under "probes" key in json response. 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 |
| createdat | iso datetime | Time when order was created |
| lastprice | int | Price of last trade |