# QASH API Reference ## Docs - [Create account](https://docs.qash.ai/api-reference/account-management/create-account.md): Open a new ledger account for the authenticated user. - [Deposit funds](https://docs.qash.ai/api-reference/account-management/deposit.md): Credit a user's ledger account after an external payment has settled. - [List accounts](https://docs.qash.ai/api-reference/account-management/list-accounts.md): Return all ledger accounts for the authenticated user. - [Get card balance](https://docs.qash.ai/api-reference/cards/balance.md): Return the available and current balances for the authenticated user's primary card. - [Get card details](https://docs.qash.ai/api-reference/cards/details.md): Return masked details for the authenticated user's primary card. - [Overview](https://docs.qash.ai/api-reference/cards/introduction.md): Authenticated partner endpoints for card status, controls, limits, balances, and transactions. - [Update card limit](https://docs.qash.ai/api-reference/cards/limit.md): Update the spending limit for the authenticated user's primary card. - [Lock card](https://docs.qash.ai/api-reference/cards/lock.md): Temporarily lock the authenticated user's primary card. - [Get card status](https://docs.qash.ai/api-reference/cards/status.md): Return the current status of the authenticated user's primary card. - [List card transactions](https://docs.qash.ai/api-reference/cards/transactions.md): Return transaction history for the authenticated user's card. - [Unlock card](https://docs.qash.ai/api-reference/cards/unlock.md): Reactivate a previously locked primary card. - [List supported assets](https://docs.qash.ai/api-reference/endpoint/assets.md): Return the fiat currencies and digital assets currently available for conversion. - [Create public quote](https://docs.qash.ai/api-reference/endpoint/quote-public.md): Return a real-time quote between two supported assets using the current TRM. - [Get balance](https://docs.qash.ai/api-reference/financials/balance.md): List all accounts and current balances for the authenticated user. - [Calculate exchange](https://docs.qash.ai/api-reference/financials/exchange-calculate.md): Get a real-time exchange rate quote including Qash spread and fees. - [Overview](https://docs.qash.ai/api-reference/financials/introduction.md): Create accounts, move funds, and query transaction history for your end-users. - [Payout](https://docs.qash.ai/api-reference/financials/payout.md): Send funds to a Colombian bank account via Cobre. - [Get transaction](https://docs.qash.ai/api-reference/financials/transaction-detail.md): Retrieve the details of a single transaction by ID. - [List transactions](https://docs.qash.ai/api-reference/financials/transactions.md): Retrieve transaction history for the authenticated user. - [Transfer funds](https://docs.qash.ai/api-reference/financials/transfer.md): Move funds between two ledger accounts. - [Overview](https://docs.qash.ai/api-reference/introduction.md): Public endpoints for supported assets and real-time quotes backed by the Colombian TRM. - [Exchange token](https://docs.qash.ai/api-reference/users/exchange-token.md): Exchange a pre-registered userId for a Qash user JWT. - [Get user](https://docs.qash.ai/api-reference/users/get-user.md): Retrieve full details of a specific end-user. - [Overview](https://docs.qash.ai/api-reference/users/introduction.md): Register, verify, and manage end-users within your partner scope. - [KYC status](https://docs.qash.ai/api-reference/users/kyc-status.md): Get the KYC verification status for the authenticated user. - [List users](https://docs.qash.ai/api-reference/users/list-users.md): List all end-users registered under your partner API key, with filters and pagination. - [User login (deprecated)](https://docs.qash.ai/api-reference/users/login.md): Exchange a Privy token for QASH access and refresh tokens. - [Create user](https://docs.qash.ai/api-reference/users/register-personal.md): Register a new end-user in your partner scope. - [Start KYC](https://docs.qash.ai/api-reference/users/start-kyc.md): Initiate identity verification for a user via Persona. - [Cards FAQ](https://docs.qash.ai/guides/cards-faq.md): Common questions about card states, transactions, and balance movement. - [Partner Integration Guide](https://docs.qash.ai/guides/partner-integration.md): End-to-end technical reference for embedding Qash into your platform — user provisioning, KYC, authentication, and financial operations. - [QASH API](https://docs.qash.ai/index.md): Build against QASH APIs for exchange rates, cards, and customer-facing financial workflows. - [Getting started](https://docs.qash.ai/quickstart.md): Use the QASH API from your application or directly from the interactive docs. ## OpenAPI Specs - [openapi](https://docs.qash.ai/api-reference/openapi.json)