Skip to main content
GET

Authorizations

x-auth-token
string
header
required

The API token for login provided by UQPAY.

Path Parameters

asset_id
string<uuid>
required

Asset identifier returned by List assets.

Query Parameters

range
enum<string>
default:1d

Reference-price history window.

Available options:
1d,
1w,
1m

Response

Success

asset_id
string<uuid>
required

Asset identifier used across asset, quote, order, and position requests.

Example:

"7453f146-b267-11f1-b4f4-0abd773ba497"

symbol
string
required

Asset symbol.

Example:

"AAPLx"

range
enum<string>
required

Time window covered by the returned price samples.

Available options:
1d,
1w,
1m
Example:

"1d"

currency
string
required

Price currency.

Example:

"USD"

points
object[]
required

Reference price samples within the requested window. Prices are not guaranteed execution prices.