My Trades Info
This method returns information about trades of a specific user's order.
Details
POST
https://api.pointpay.io/api/v1/account/trades
Headers
X-TXC-APIKEY*
STRING
X-TXC-PAYLOAD*
STRING
Сonverted Base64 string containing body JSON
X-TXC-SIGNATURE*
STRING
Encrypted HmacSHA512 string containing body JSON with a API secret key
Request Body
orderId*
NUMERIC
Order ID
1041123323
offset
STRING
Amount of trades to skip (default = 0)
0
limit
STRING
Amount of trades to show (default = 50)
2
request*
STRING
A request path without the domain name
/api/v1/account/trades
nonce*
NUMERIC
A 13-character number that must always be greater than the nonce of the previous completed request (we suggest generating a nonce as the UNIX timestamp in milliseconds)
1704070810000
Response example:
id
NUMERIC
Trade ID
time
NUMERIC
Trade time (TimeStamp format)
fee
STRING
Trade fee
price
STRING
Trade price
amount
STRING
Trade amount (in 1st ticker of pair)
dealOrderId
NUMERIC
Order ID
role
NUMERIC
Trade role (1 = taker, 2 = maker)
deal
STRING
Trade amount (in 2nd ticker of pair)
Response example:
Last updated