# Welcome to TruBit

## TruBit Open Api

* doc directory: Include the openapi doc, easily make your own sdk with the doc.
* SDK directory: Include java and python sdk

## Spot API Endpoints for TruBit Pro

| Name               | base endpoint                 |
| ------------------ | ----------------------------- |
| rest-api           | `https://api-spot.trubit.com` |
| web-socket-streams | `wss://ws.trubit.com`         |
| user-data-stream   | `wss://ws.trubit.com`         |

## Contract API Endpoints for TruBit Pro

| Name             | base endpoint                                  |
| ---------------- | ---------------------------------------------- |
| market-api       | `https://api-futures.trubit.com/market/api/v1` |
| trade-api        | `https://api-futures.trubit.com/trade/api/v1`  |
| market-websocket | `wss://api-futures.trubit.com/ws/market`       |
| trade-websocket  | `wss://api-futures.trubit.com/ws/trade`        |

## Block Trade API Endpoints for TruBit Pro

| Name     | base endpoint                |
| -------- | ---------------------------- |
| rest-api | `https://api-otc.trubit.com` |

**If you have any question, please contact our customer service. We will answer you as soon as we can. Thanks.**
