Get fills of order by ID

Retrieves the fills (trades) associated with a specific order belonging to the client. The user context is resolved based on the provided API key.

Note

Rate limit: 1000 requests per minute.

Request

Path parameters
Path parameters

Unique identifier (UUID) of the venue order

Header parameters
Header parameters

Example: 1746007718237

Current timestamp in Unix epoch milliseconds. Used to prevent replay attacks and construct the signature. Provided with other authentication headers.

Example: "2h/t5o8w+l5s+fjyfA0n/e7j4u5b7h4e+g4k4c8h7a2p6k0g7j1f+w0i2j3k9r0l3s8m5t6r+q1s+o3v/t4x8v5y+w1r+m2t/k3w/j4y+"

The Ed25519 signature of the request. Provided with other authentication headers.

Tip

See Authentication headers: Signing a request for details on how to generate this.

Response

OK - Order fills retrieved successfully

Response body
Body object

Example: 3318215482991

Trade date and time, expressed in Unix epoch milliseconds.

Example: "BTC"

Crypto-asset ID code.

Example: "Bitcoin"

Crypto-asset full name.

Example: "116243.32"

Price in major currency units. For example, for USD, 116243.32 represents 116243.32 dollars.

Example: "USD"

Price currency.

Example: "MONE"

Price notation.

Example: "0.24521000"

Quantity.

Example: "BTC"

Quantity currency.

Example: "UNIT"

Quantity notation.

Example: "REVX"

Venue of execution. Always equals REVX.

Example: 3318215482991

Publication date and time, expressed in Unix epoch milliseconds.

Example: "REVX"

Venue of publication. Always equals REVX.

Example: "5ef9648f658149f7ababedc97a6401f8"

Transaction identification code.

Was this page helpful?