Skip to main content

List Trade Aggregations REST API Endpoint

Loading...

Updated on
Sep 05, 2025

List Trade Aggregations REST API Endpoint

Query Parameters

start_time
integer
Loading...
end_time
integer
Loading...
resolution
integer
Loading...
offset
integer
Loading...
base_asset_type
string
REQUIRED
Loading...
base_asset_issuer
string
Loading...
base_asset_code
string
Loading...
counter_asset_type
string
REQUIRED
Loading...
counter_asset_issuer
string
Loading...
counter_asset_code
string
Loading...
order
string
Loading...
limit
integer
Loading...

Returns

_links
object
Loading...
self
object
Loading...
href
string
Loading...
next
object
Loading...
href
string
Loading...
prev
object
Loading...
href
string
Loading...
_embedded
object
Loading...
records
array
Loading...
timestamp
string
Loading...
trade_count
string
Loading...
base_volume
string
Loading...
counter_volume
string
Loading...
avg
string
Loading...
high
string
Loading...
high_r
object
Loading...
n
integer
Loading...
d
integer
Loading...
low
string
Loading...
low_r
object
Loading...
n
integer
Loading...
d
integer
Loading...
open
string
Loading...
open_r
object
Loading...
n
integer
Loading...
d
integer
Loading...
close
string
Loading...
close_r
object
Loading...
n
integer
Loading...
d
integer
Loading...
Request
1
curl --location 'https://docs-demo.stellar-mainnet.quiknode.pro/trade_aggregations?base_asset_type=native&counter_asset_type=credit_alphanum4&counter_asset_code=USDC&counter_asset_issuer=GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN&start_time=1751568000000&end_time=1751654400000&resolution=3600000&limit=10' \
2
--header 'Accept: application/json'
3
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free