Specific Pair Stats
This method returns the trading statistics and key data for analytics for a specific selected pair.
Details
GET
https://api.pointpay.io/api/v1/public/ticker
Query Parameters
market*
STRING
Any public pair
BTC_USDT
Response parameters:
name
STRING
Pair name
bid
STRING
Highest bid
ask
STRING
Lowest ask
open
STRING
Open price for the last 24 hours
high
STRING
Highest price for the last 24 hours
low
STRING
Lowest price for the last 24 hours
last
STRING
Last deal price
volume
STRING
Volume in stock currency
deal
STRING
Volume in money currency
change
STRING
Change in percent between open and last price
Response example:
With Authentication
POST
https://api.pointpay.io/api/v1/public/ticker
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
market*
STRING
Any public pair
BTC_USDT
request*
STRING
A request path without the domain name
/api/v1/public/ticker
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:
Last updated