# Unwall ## Docs - [Get Balance](https://docs.unwall.xyz/api-reference/agent/get-balance.md): Get the current USDC wallet balance. - [Get Deposit Address](https://docs.unwall.xyz/api-reference/agent/get-deposit-address.md): Get the on-chain USDC deposit address for your project. A Bridge wallet is auto-created if one doesn't exist. - [List Transactions](https://docs.unwall.xyz/api-reference/agent/list-transactions.md): Retrieve a paginated list of transactions for the project associated with the API token. - [Send Payment (Legacy)](https://docs.unwall.xyz/api-reference/agent/send-payment.md): Send an outbound fiat payment to an external bank account via ACH. - [Send Payment](https://docs.unwall.xyz/api-reference/agent/unified-pay.md): Unified payment endpoint -- auto-routes to x402, USDC transfer, or fiat ACH based on the recipient. - [Send USDC](https://docs.unwall.xyz/api-reference/agent/usdc-transfer.md): Send USDC on-chain to an external wallet address. - [x402 Pay](https://docs.unwall.xyz/api-reference/agent/x402-pay.md): Proxy an API call through the x402 payment protocol, automatically paying in USDC. - [API Overview](https://docs.unwall.xyz/api-reference/overview.md): Base URL, authentication, error handling, and conventions for the Unwall API. - [Authentication](https://docs.unwall.xyz/authentication.md): Secure your API calls with scoped tokens and understand rate limits. - [Payments](https://docs.unwall.xyz/concepts/payments.md): Three payment rails unified under a single endpoint. - [Projects](https://docs.unwall.xyz/concepts/projects.md): Each project is an isolated wallet with its own balance, tokens, and transaction history. - [API Tokens](https://docs.unwall.xyz/concepts/tokens.md): Create scoped tokens with granular permissions to control what your agents can do. - [Webhooks](https://docs.unwall.xyz/concepts/webhooks.md): Real-time notifications for deposits and transfer events. - [Fund Your Project](https://docs.unwall.xyz/guides/fund-project.md): Add USDC to your project wallet via on-chain deposit or virtual bank account. - [MCP Server](https://docs.unwall.xyz/guides/mcp-server.md): Connect Unwall to Claude, Cursor, and other MCP-compatible AI clients. - [Send a Payment](https://docs.unwall.xyz/guides/send-payment.md): Use the unified /v1/pay endpoint to send payments via x402, USDC, or fiat. - [x402 Protocol](https://docs.unwall.xyz/guides/x402-payments.md): Pay for API calls automatically in USDC using the HTTP 402 payment standard. - [Introduction](https://docs.unwall.xyz/introduction.md): Give your AI agents the ability to make payments with USDC wallets, multi-rail routing, and the x402 protocol. - [Pricing](https://docs.unwall.xyz/pricing.md): Usage-based pricing that scales automatically with your payment volume. - [Quickstart](https://docs.unwall.xyz/quickstart.md): Start making payments from your AI agent in under 5 minutes. - [Security](https://docs.unwall.xyz/security/overview.md): How Unwall protects your funds and data. ## OpenAPI Specs - [openapi](https://docs.unwall.xyz/api-reference/openapi.json)