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

# 0.1.0

<Badge color="green">Live</Badge> <Badge color="purple">11/26/2026</Badge>

<Note>
  Initial release of the Superbank API. The `/v0/` prefix tracks the pre-stable API surface — minor
  versions (`0.x`) may introduce breaking changes; we'll announce them in this changelog with at
  least 4 weeks notice.
</Note>

### Features

* **Instant Settlement**: Transfer stablecoins from prefunded accounts to destination wallets
* **Multi-chain Support**: Solana, Ethereum, Polygon, Base, and Tron
* **Webhook Notifications**: Real-time payment event notifications
* **API Key Authentication**: Secure API access with environment-specific keys

### Supported Endpoints

**Settlement Requests**

* `POST /v0/settlement-requests` - Create a settlement request
* `GET /v0/settlement-requests` - List settlement requests
* `GET /v0/settlement-requests/:id` - Get settlement request details
* `PUT /v0/settlement-requests/:id` - Update settlement request

**Payments**

* `GET /v0/payments` - List payments
* `GET /v0/payments/:id` - Get payment details

**Webhooks**

* `POST /v0/webhooks` - Create webhook endpoint
* `GET /v0/webhooks` - List webhook endpoints
* `GET /v0/webhooks/:id` - Get webhook endpoint
* `PATCH /v0/webhooks/:id` - Update webhook endpoint
* `DELETE /v0/webhooks/:id` - Delete webhook endpoint
