post https://api.tradexapp.co/v2/transactions
Get all your transactions history
Response Fields
Market relevant data is available under "transactions" key in json response. List of dictionary contains data as per description below
Name | Type | Description |
---|---|---|
id | int | Transactions id |
userid | int | User id |
amount | int | Transactions amount |
type | str | Transaction type (credit or debit) |
txnid | str | Transaction composite id |
message | str | Wallet message |
createdat | iso datetime | Time when transactions was created |
updatedat | iso datetime | Time when transactions was updated |
wallettype | str | Type of transactions wallet |
surcharge | int | Surcharge applied on transaction |
refid | str | Order id relevant to transaction |