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

# Introduction

> Overview of the Brale API for issuing, moving, and managing stablecoins across fiat and blockchain rails.

Brale makes it easy to issue, move, and manage stablecoins. Using our services you can create your own stablecoin and leverage our APIs to power on/off ramps, automate payouts, or move stablecoins across ecosystems. Brale's APIs support Brale, Paxos, and Circle-issued stablecoins. Stablecoins created with Brale are usable for various use cases and can be swapped at any time with other popular stablecoins.

Brale offers two complementary APIs:

* `api.brale.xyz` - for secure, programmable stablecoin orchestration
* `data.brale.xyz` - for public token metadata and price feeds

Whether you're a fintech, exchange, or payment platform, Brale provides the infrastructure to build stablecoin-enabled products.

## Stablecoin Movement & Account Management (api.brale.xyz)

* Secure, authenticated API for orchestrating stablecoin workflows
* Requires OAuth2 bearer token (client credentials)
* Used for: issuing stablecoins, transfers, custody, linking banks, and more

## Stablecoin Market Data (data.brale.xyz)

* Public, read-only API for metadata and price feeds
* No authentication required
* Used for: accessing token metadata (e.g. SBC), prices, and definitions

## Key Features

* [Issuance](/guides/stablecoin-issuance): issue fiat-backed stablecoins managed by Brale
* [Transfers](/key-concepts/transfers): move stablecoins or fiat between accounts, chains, and token types
* [Onramp](/guides/fiat-to-stablecoin-onramp): convert fiat to stablecoins
* [Offramp](/guides/stablecoin-to-fiat-offramp): convert stablecoins to fiat
* [Swap](/guides/stablecoin-to-stablecoin-swap): convert between stablecoins or chains
* [Payouts](/guides/stablecoin-payouts): leverage stablecoins for instant payouts
* [Managed Accounts](/guides/managed-accounts): hold stablecoins on behalf of your end customers
* [Webhooks](/webhooks/overview): receive signed, real-time events when transfers or payments complete, so your integration can avoid continuous status polling

## Getting Started

* [Quick Start](/overview/quick-start): zero to first transfer (creds → token → `account_id` → `address_id` → POST transfer → track status)
* [API Concepts](/key-concepts/api-concepts-overview) describes REST resources (Accounts, Addresses, Financial Institutions, Transfers, etc.)
* [Guides](/guides/stablecoin-issuance) outline common workflows you can build with the API

## API Tools

* [Postman Collection](https://www.postman.com/brale-xyz/brale-api/collection/37w2ro3/brale-api-v2-0): Explore and test all Brale API requests
* [OpenAPI Spec](https://github.com/Brale-xyz/commons/blob/main/Resources/api-brale-xyz.yaml): Import into your preferred tools or IDE
* [Commons](https://github.com/Brale-xyz/commons): Open source tools for building with Brale
* The OpenAPI and Postman collection are the source of truth for paths, enums, and identifiers. Keep examples aligned to them.

## Support

Please [schedule time](https://brale.xyz/contact) with our team or reach out to us at
[support@brale.xyz](mailto:support@brale.xyz) to set up a shared Slack or Telegram channel to
collaborate.
