Skip to main content
GET
Get HIP-3 trigger levels

Authorizations

X-API-Key
string
header
required

API key for authentication. Get yours at https://0xarchive.io/dashboard

Path Parameters

symbol
string
required

Trading pair symbol.

Example:

"xyz:TSLA"

Query Parameters

range_pct
number
default:10

Percentage range around the snapshot mid/mark price. Clamped between 1 and 50. Default 10.

Required range: 1 <= x <= 50
buckets
integer
default:50

Number of price buckets. Clamped between 10 and 200. Default 50.

Required range: 10 <= x <= 200
side
enum<string>

Optional side filter. bid/buy/B keeps the long (or bid) side, ask/sell/A keeps the short (or ask) side; the other side is zeroed.

Available options:
bid,
ask,
buy,
sell,
B,
A

Response

Get HIP-3 trigger levels

API response containing the pending trigger-order map.

success
boolean
Example:

true

data
object

Currently pending stop-loss and take-profit trigger orders grouped into price buckets around the current mid/mark price. Voluntary trigger orders, not projected forced liquidations.

meta
object

Response metadata

Last modified on July 28, 2026