# Bluerails ## Docs - [Authentication](https://docs.bluerails.com/api-fundamentals/authentication.md): Authenticating your requests to the Bluerails API using your Organization ID and API Key. - [Pagination](https://docs.bluerails.com/api-fundamentals/pagination.md): Handling paginated results in the Bluerails API using cursor-based pagination. - [Accounts](https://docs.bluerails.com/concepts/accounts.md): Accounts hold asset balances and facilitate transactions within your Bluerails Organization. - [Organizations](https://docs.bluerails.com/concepts/organizations.md): Understanding Organizations: The top-level container for your resources in Bluerails. - [Payins (Inbound)](https://docs.bluerails.com/concepts/payins.md): Understanding Payins: How funds flow into your Bluerails Accounts. - [Payouts (Outbound)](https://docs.bluerails.com/concepts/payouts.md): Understanding Payouts: How funds flow out from your Bluerails Accounts. - [Create Account](https://docs.bluerails.com/endpoints/account/create-account.md): Creates a new financial account in your organization. - [Get Account](https://docs.bluerails.com/endpoints/account/get-account.md): Retrieves detailed information about a specific account. - [List Accounts](https://docs.bluerails.com/endpoints/account/list-accounts.md): Lists all accounts in your organization with pagination support. - [Update Account](https://docs.bluerails.com/endpoints/account/update-account.md): Updates an existing account's properties. - [Get Payin](https://docs.bluerails.com/endpoints/payins/get-payment.md): Retrieves a specific payment by ID - [List Payments](https://docs.bluerails.com/endpoints/payins/list-payments.md): Lists all payments with pagination - [Accept Quote](https://docs.bluerails.com/endpoints/payouts/accept-quote.md): Accept a quote and create the corresponding payout. - [Create Stablecoin Payout](https://docs.bluerails.com/endpoints/payouts/create-crypto-payout.md): Create a stablecoin payout to withdraw funds to an external blockchain address. - [Get Payout](https://docs.bluerails.com/endpoints/payouts/get-payout.md): Get detailed information about a specific payout. - [Get Quote](https://docs.bluerails.com/endpoints/payouts/get-quote.md): Get a quote for currency exchange to prepare a payout. - [List Payouts](https://docs.bluerails.com/endpoints/payouts/list-payouts.md): List all payouts for your organization with pagination. - [Introduction](https://docs.bluerails.com/introduction.md): Welcome to Bluerails: Stablecoin infrastructure for global payments and treasury. ## OpenAPI Specs - [openapi](https://docs.bluerails.com/endpoints/openapi.yml)