Skip to main content
GET
Get Hyperliquid TP/SL orders

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 (e.g., BTC, ETH, SOL)

Example:

"BTC"

Query Parameters

start
integer<int64>

Start timestamp, Unix milliseconds (e.g. 1767225600000)

Example:

1767225600000

end
integer<int64>

End timestamp, Unix milliseconds (e.g. 1767225600000)

Example:

1767225600000

cursor
string

Cursor for pagination (use the value from previous response's next_cursor)

limit
integer
default:1000

Maximum number of results (default: 1000, max: 10000)

Required range: x <= 10000
user
string

Filter by user wallet address

Response

TP/SL order events

success
boolean
Example:

true

data
object[]
meta
object
Last modified on August 13, 2026