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

To use this feature, you need an API key generated in the Revolut X web app. Please join the waitlist to get access.

Request

Path parameters
Path parameters

Unique identifier (UUID) of the venue order

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?