> ## Documentation Index
> Fetch the complete documentation index at: https://docs.betterfloat.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Welcome to BetterFloat's API documentation

<Note>This documentation is a work in progress.</Note>

## Welcome

Reading and understanding the API documentation requires basic coding knowledge. It provides detailed information on the API endpoints, request and response formats, and authentication requirements.

<Card title="Market Endpoints" icon="leaf" href="/api-reference/markets">
  View the OpenAPI specification file
</Card>

## Authentication

Some API endpoints may require authentication. Authorization can be done by including your API key in the request header.
If you need access to an authorized endpoint, please contact me directly with a description of your use case.

```json theme={null}
{
	"Authorization": "YOUR_API_KEY"
}
```
