Pairs
Retrieve a list of supported trade pairs with precision details.
Authorizations
Responses
200
Successful response
application/json
400
Validation Error
401
Unauthorized
403
Insufficient Privileges
4XX
Client error
5XX
Server error
get
GET /api/v1/instruments/pairs HTTP/1.1
Host: cams.aquanow.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"pair": "BTC-USD",
"status": "ACTIVE",
"baseSymbol": "BTC",
"quoteSymbol": "USD",
"minBaseOrderSize": "0.000016",
"minQuoteOrderSize": "1.00",
"baseQtyPrecision": "6",
"quoteQtyPrecision": "2"
}
]
Last updated