# XBID Reporting v1 The **XBID Order API** is used for creating orders for XBID. It also remains functional in the event of a **disconnection** from XBID. > ⚠️ **Important:** > If the XBID connection is lost, any new orders created via the **XBID Order API** will be **automatically forwarded** to the local intraday orderbook. For monitoring the current connection status of XBID, you can use the **XBID Status v1 API**. ## Get orders and trades report - [GET /public-api/1.0/xbid/reporting/orders-trades](https://api-reference.etpa.nl/api/xbid-reporting-v1/fetchordersandtrades.md) ## Get order report report by trade id - [GET /public-api/1.0/xbid/reporting/orders-trades/by-trade/{tradeId}](https://api-reference.etpa.nl/api/xbid-reporting-v1/gettrade_3.md) ## Get order reports by order id - [GET /public-api/1.0/xbid/reporting/orders-trades/by-order/{orderId}](https://api-reference.etpa.nl/api/xbid-reporting-v1/getorders_4.md)