My Order Info
This method returns information about a personal specific order. Used only with partially or completely executed orders.
Details
POST
https://api.pointpay.io/api/v1/account/order
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
1040158910
offset
STRING
Amount of first orders to skip (default = 0)
0
limit
STRING
Amount of orders to show (default = 50)
100
request*
STRING
A request path without the domain name
/api/v1/account/order
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
User ID
time
NUMERIC
Order creation time
fee
STRING
Order fee
price
STRING
Order price
amount
STRING
Order amount (in 1st ticker of pair)
dealOrderId
NUMERIC
Trade ID
role
NUMERIC
Trade role (taker / maker)
deal
STRING
Trade amount (in 2nd ticker of pair)
Response example:
Last updated