Skip to main content
GET
Returns trades where the customer reference was maker or taker, newest first, each carrying its order book. This is the read behind a customer-facing trade history or a statement. The scope is your instance and that reference across every book, so a customer trading several instruments gets one combined history.

Path Parameters

string
required
Your reference for the customer, up to 256 characters. Matched exactly.

Query Parameters

integer
default:"50"
Page size, capped at 100.
integer
default:"0"
Rows to skip.

Response Fields

object
Read makerAddress and takerAddress to tell which side the customer was on, and therefore whether the fee on the row is theirs. The maker pays makerFee; the taker pays takerFee.

Error Codes