Skip to main content
GET
/
api
/
v1
/
whale-trades
/
{id}
cURL
curl -sS \
  -H 'Authorization: Bearer $OXI_SK' \
  'https://api.0xinsider.com/api/v1/whale-trades/wt_123'
{
  "object": "whale_trade",
  "data": {},
  "meta": {
    "request_id": "req_example",
    "cached": false
  }
}
Fetch one whale trade by ID. Use either the raw whale_alerts.id or the wt_... ID returned by whale-trade list and history responses.
curl -H "Authorization: Bearer $OXINSIDER_API_KEY" \
  "https://api.0xinsider.com/api/v1/whale-trades/wt_123"
The response is a single whale_trade envelope with the same item shape as Get Whale Trades.

Authorizations

Authorization
string
header
required

API key: Authorization: Bearer oxi_sk_live_...

Headers

If-None-Match
string

Conditional GET validator from a previous ETag. Matching values return 304 Not Modified with an empty body.

Path Parameters

id
string
required

Raw whale_alerts.id or wt_-prefixed whale trade id.

Response

Whale trade

object
string
required
Allowed value: "whale_trade"
data
object
required
meta
object
required