> For the complete documentation index, see [llms.txt](https://gnosza.gitbook.io/token-price-oracle/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gnosza.gitbook.io/token-price-oracle/additional-features/swagger.md).

# Swagger

To ensure our API is transparent and accessible, Swagger is integrated into the project, a tool for API documentation.

#### 🌐 **Accessing Swagger**

Once the application is up and running, you can explore our API documentation by visiting

```url
http://localhost:<SERVER_PORT>/api-docs
```

Just replace `<SERVER_PORT>` with the port your server is operating on, typically `3001` by default.
