{ "opencollection": "1.0.0", "info": { "name": "Business Accounting Public Market Data API", "version": "1.0" }, "items": [ { "info": { "name": "Public Market Data", "type": "folder" }, "items": [ { "info": { "name": "Get last trades", "type": "http" }, "http": { "method": "GET", "url": "https://b2b.revolut.com/api/1.0/public/last-trades" }, "docs": "Get the list of the latest 100 trades executed on Revolut X crypto exchange." }, { "info": { "name": "Get order book", "type": "http" }, "http": { "method": "GET", "url": "https://b2b.revolut.com/api/1.0/public/order-book/:symbol", "params": [ { "name": "symbol", "value": "", "type": "path", "description": "The trading pair, e.g., BTC-USD." } ] }, "docs": "Fetch the current order book (bids and asks) for a given trading pair (with a maximum of 5 price levels)." } ] } ], "bundled": true }