Crypto Exchange • REST API
Get last trades
api
get
/public/last-trades

Get last trades

Get the list of the latest 100 trades executed on Revolut X crypto exchange.

X-API-KEY

The API key provided to you by Revolut X. Each API key directly maps to a user account (either business or retail).

Request

Response

OK

The list of the latest trades executed on Revolut X crypto exchange.

Response body
Body object 

The list of the latest trade records.

Example: "2025-08-08T21:40:35.133962Z"

Trading date and time, returned as ISO-8601 string.

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: "2025-08-08T21:40:35.133962Z"

Publication date and time, returned as ISO-8601 string.

Example: "REVX"

Venue of publication. Always equals REVX.

Example: "5ef9648f658149f7ababedc97a6401f8"

Transaction identification code.

Example: "2025-08-08T21:40:36.684333Z"

Timestamp when the data was generated, returned as ISO-8601 string.

Was this page helpful?
Loading...