Skip to main content
GET
Trader analytics candles (per-bucket deltas)

Path Parameters

address
string
required

Trader wallet address

Query Parameters

resolution
enum<string>

Bucket size: 60, 240, D, 1D, W, 1W, M, 1M (default: 60) Bucket size for /analytics/timeseries and /analytics/deltas responses. Each value picks the time interval that one row in the output covers: 60 = 1 hour, 240 = 4 hours, D/1D = 1 day, W/1W = 7 days, M/1M = calendar month.

Available options:
60,
240,
D,
1D,
W,
1W,
M,
1M
from
integer<int64>

Start timestamp (Unix seconds)

to
integer<int64>

End timestamp (Unix seconds)

count_back
integer<int32>

Max data points (default: 500, max: 2500)

pagination_key
string

Cursor from previous response

Response

200 - application/json

Delta time-bucketed trader analytics

t
integer<int32>
required

Bucket start time as Unix seconds.

Required range: x >= 0
v
number<double>
required

Volume in USD.

bv
number<double>
required

Buy volume in USD.

sv
number<double>
required

Sell volume in USD.

tc
integer<int64>
required

Transaction count.

bc
integer<int64>
required

Buy count.

sc
integer<int64>
required

Sell count.

rc
integer<int64>
required

Redemption count.

rv
number<double>
required

Redemption volume in USD.

mc
integer<int64>
required

Merge count.

mv
number<double>
required

Merge volume in USD.

sp
integer<int64>
required

Split count.

spv
number<double>
required

Split volume in USD.

cc
integer<int64>
required

Converted count.

ccu
number<double>
required

Converted collateral in USD.

csg
number<double>
required

Converted shares gained.

csl
number<double>
required

Converted shares lost.

mrc
integer<int64>
required

Maker rebate count.

mrv
number<double>
required

Maker rebate volume in USD.

rwc
integer<int64>
required

Reward count.

rwv
number<double>
required

Reward volume in USD.

ydc
integer<int64>
required

Yield count.

ydv
number<double>
required

Yield volume in USD.

f
number<double>
required

Fees in USD.

sh
number<double>
required

Shares volume.

bsh
number<double>
required

Buy shares volume.

ssh
number<double>
required

Sell shares volume.

ysh
number<double>
required

Yes shares volume.

nsh
number<double>
required

No shares volume.

yv
number<double>
required

Yes volume in USD.

nv
number<double>
required

No volume in USD.

yc
integer<int64>
required

Yes count.

nc
integer<int64>
required

No count.

bd_u10
integer<int64>
required

Buy trade count in the under-10 USD bucket.

bd_100
integer<int64>
required

Buy trade count in the 10-100 USD bucket.

bd_1k
integer<int64>
required

Buy trade count in the 100-1k USD bucket.

bd_10k
integer<int64>
required

Buy trade count in the 1k-10k USD bucket.

bd_50k
integer<int64>
required

Buy trade count in the 10k-50k USD bucket.

bd_50p
integer<int64>
required

Buy trade count in the 50k-plus USD bucket.

buy_price_cnt_0_10
integer<int64>
required

Buy count in the 0-10 cent price bucket.

buy_price_cnt_10_20
integer<int64>
required

Buy count in the 10-20 cent price bucket.

buy_price_cnt_20_30
integer<int64>
required

Buy count in the 20-30 cent price bucket.

buy_price_cnt_30_40
integer<int64>
required

Buy count in the 30-40 cent price bucket.

buy_price_cnt_40_50
integer<int64>
required

Buy count in the 40-50 cent price bucket.

buy_price_cnt_50_60
integer<int64>
required

Buy count in the 50-60 cent price bucket.

buy_price_cnt_60_70
integer<int64>
required

Buy count in the 60-70 cent price bucket.

buy_price_cnt_70_80
integer<int64>
required

Buy count in the 70-80 cent price bucket.

buy_price_cnt_80_90
integer<int64>
required

Buy count in the 80-90 cent price bucket.

buy_price_cnt_90_100
integer<int64>
required

Buy count in the 90-100 cent price bucket.

buy_price_vol_0_10
number<double>
required

Buy price vol 0 10.

buy_price_vol_10_20
number<double>
required

Buy price vol 10 20.

buy_price_vol_20_30
number<double>
required

Buy price vol 20 30.

buy_price_vol_30_40
number<double>
required

Buy price vol 30 40.

buy_price_vol_40_50
number<double>
required

Buy price vol 40 50.

buy_price_vol_50_60
number<double>
required

Buy price vol 50 60.

buy_price_vol_60_70
number<double>
required

Buy price vol 60 70.

buy_price_vol_70_80
number<double>
required

Buy price vol 70 80.

buy_price_vol_80_90
number<double>
required

Buy price vol 80 90.

buy_price_vol_90_100
number<double>
required

Buy price vol 90 100.

sell_price_cnt_0_10
integer<int64>
required

Sell count in the 0-10 cent price bucket.

sell_price_cnt_10_20
integer<int64>
required

Sell count in the 10-20 cent price bucket.

sell_price_cnt_20_30
integer<int64>
required

Sell count in the 20-30 cent price bucket.

sell_price_cnt_30_40
integer<int64>
required

Sell count in the 30-40 cent price bucket.

sell_price_cnt_40_50
integer<int64>
required

Sell count in the 40-50 cent price bucket.

sell_price_cnt_50_60
integer<int64>
required

Sell count in the 50-60 cent price bucket.

sell_price_cnt_60_70
integer<int64>
required

Sell count in the 60-70 cent price bucket.

sell_price_cnt_70_80
integer<int64>
required

Sell count in the 70-80 cent price bucket.

sell_price_cnt_80_90
integer<int64>
required

Sell count in the 80-90 cent price bucket.

sell_price_cnt_90_100
integer<int64>
required

Sell count in the 90-100 cent price bucket.

sell_price_vol_0_10
number<double>
required

Sell price vol 0 10.

sell_price_vol_10_20
number<double>
required

Sell price vol 10 20.

sell_price_vol_20_30
number<double>
required

Sell price vol 20 30.

sell_price_vol_30_40
number<double>
required

Sell price vol 30 40.

sell_price_vol_40_50
number<double>
required

Sell price vol 40 50.

sell_price_vol_50_60
number<double>
required

Sell price vol 50 60.

sell_price_vol_60_70
number<double>
required

Sell price vol 60 70.

sell_price_vol_70_80
number<double>
required

Sell price vol 70 80.

sell_price_vol_80_90
number<double>
required

Sell price vol 80 90.

sell_price_vol_90_100
number<double>
required

Sell price vol 90 100.

Last modified on July 13, 2026