Skip to main content
POST
cURL
Fetch up to 25 trader profiles in one call. Each item has the same shape as Get Trader, plus a per-item error field when an address fails.
Each item costs one unit against the batch budget: a 25-address batch reserves 25 units. The top-level status stays 200 even when some items fail, so check data[i].error per item. See Rate Limits.

Authorizations

Authorization
string
header
required

API key authentication. Send your key in the Authorization header as Bearer oxi_sk_live_.... Live keys require an active Pro subscription and return live data.

Body

application/json
traders
string[]
required
Required array length: 1 - 25 elements
expand
enum<string>[]

Shared expand flags applied to every trader item.

Available options:
strategy,
categories,
quant_metrics,
trust

Response

Ordered batch trader results

object
string
required
Allowed value: "trader_batch"
data
object[]
required
meta
object
required