Skip to main content
GET
Page maker counterparties
An execution is one order match on Polygon. The taker is the wallet whose order crossed the price, and the makers are the wallets whose resting orders it filled. An execution from Large trade or Counterparty executions already carries its first 100 makers inline, so use this route only when that execution returns a non-null makers_next_cursor.

Parameters

Key response fields

When a request fails

Example

What it does not return

  • The taker or the transaction_hash. Both stay on the parent execution, in Large trade or Counterparty executions.
  • Makers from any other execution. One request covers one execution_id.
  • A grade for every wallet. A maker whose identity_status is infrastructure or unavailable has no display name and no grade.

Caching

Send the ETag from a response back in an If-None-Match header. If the page has not changed, you get 304 Not Modified with an empty body.

Authorizations

Authorization
string
header
required

API key or OAuth 2.1 access token in the Authorization header as Bearer oxi_sk_live_... or Bearer oxi_at_.... Data calls require an active Pro subscription and return live data. A 401 carries WWW-Authenticate: Bearer resource_metadata="https://api.0xinsider.com/.well-known/oauth-protected-resource" (RFC 6750 section 3, RFC 9728).

Path Parameters

id
string
required

Large trade ID. Accepts wt_-prefixed or raw whale_alerts.id.

execution_id
string
required

Counterparty execution ID from the parent response.

Query Parameters

snapshot_id
string
required

Counterparty snapshot ID from the large trade detail response.

cursor
string

Opaque cursor from the previous response's next_cursor.

limit
integer
default:100

Maximum number of maker rows to return.

Required range: 1 <= x <= 100

Response

Counterparty maker page

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