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

# Introduction

> A stablecoin powered, peer-to-peer, payment network for Africa.

<Note>
  To call any of the Stablepay's endpoints listed here you have to request an API-KEY
</Note>

## Welcome

Click the card bellow to get started with the Stablepay APIs

<Card title="Stablepay Endpoints" icon="code" href="/api-reference/endpoint/get">
  View the OpenAPI specification file
</Card>

## Authentication

All API endpoints are authenticated using Bearer tokens and picked up from the specification file.

```json theme={null}
"security": [
  {
    "bearerAuth": ""
  }
]
```
