# Wallbit API > Wallbit is a global neobank offering US accounts, investments in ETFs, stocks and bonds, and local currency rails. We are the world’s first neobank with a public API, giving you complete programmatic control over your account. We believe in the future of personal software. A future where you build your own interfaces, connect your own data sources, and automate your financial life. Our API makes this possible. ## Docs - [Claude Code setup](https://developer.wallbit.io/docs/ai-tools/claude-code.md): Configure Claude Code for Wallbit API development - [Cursor setup](https://developer.wallbit.io/docs/ai-tools/cursor.md): Configure Cursor for Wallbit API development - [v0 setup](https://developer.wallbit.io/docs/ai-tools/v0.md): Configure v0 for Wallbit API development - [Windsurf setup](https://developer.wallbit.io/docs/ai-tools/windsurf.md): Configure Windsurf for Wallbit API development - [Get Account Details](https://developer.wallbit.io/docs/api-reference/account-details/get.md): Returns the user's bank account details according to the specified country and currency. The details vary depending on the country and may include ACH account information (US), SEPA (EU), or local bank accounts. Currently only US and EU are supported in the public API. - [Revoke API Key](https://developer.wallbit.io/docs/api-reference/api-key/revoke.md): Permanently revokes the API key sent in the X-API-Key header. After revocation, that key cannot be used again. Does not require the `read` or `trade` scopes—any valid key may revoke itself. - [Get Asset](https://developer.wallbit.io/docs/api-reference/assets/get.md): Returns detailed information about a specific asset (stock/security) identified by its symbol. Includes data such as current price, sector, market capitalization, description, CEO information, dividends, and the categories it belongs to. - [List Assets](https://developer.wallbit.io/docs/api-reference/assets/list.md): Returns a paginated list of assets (stocks/securities) available for trading. You can filter by category and search by symbol, name, or keywords. Results are ordered by priority, market cap, and ID. - [Authentication](https://developer.wallbit.io/docs/api-reference/authentication.md): Learn how to authenticate with the Wallbit API - [Get Checking Balance](https://developer.wallbit.io/docs/api-reference/balance/checking.md): Returns the available balances in the user's checking (DEFAULT) account for the authenticated user, including all currencies available in this account. Only currencies with a positive balance are returned. - [Get Stocks Portfolio](https://developer.wallbit.io/docs/api-reference/balance/stocks.md): Returns the list of assets (stocks) that the user holds in their investment account, including the number of shares for each position and the available USD balance in the investment account. Only assets with a positive balance are returned. - [List Cards](https://developer.wallbit.io/docs/api-reference/cards/list.md): Returns the cards of the authenticated user that are either active (`ACTIVE`) or suspended (`SUSPENDED`). - [Update Card Status](https://developer.wallbit.io/docs/api-reference/cards/update-status.md): Allows changing the status of a user's card authenticated via API Key. `SUSPENDED` blocks the card and `ACTIVE` unblocks it. - [Error Handling](https://developer.wallbit.io/docs/api-reference/errors.md): Understanding API errors and how to handle them - [Get Fee Configuration](https://developer.wallbit.io/docs/api-reference/fees/get.md): Returns the fee setting row for the requested fee type and the authenticated user's current investment subscription tier (or the default tier when no subscription applies). Requires the `read` permission on the API key. Response is wrapped in `data` like other public API resources; when no matching… - [API Reference](https://developer.wallbit.io/docs/api-reference/introduction.md): Wallbit Public API documentation - [Internal Operation](https://developer.wallbit.io/docs/api-reference/operations/internal.md): Allows moving funds between the checking (DEFAULT) account and the investment (INVESTMENT) account. Deposit: moves funds from DEFAULT to INVESTMENT to invest. Withdrawal: moves funds from INVESTMENT to DEFAULT to use the money. Requires complete investment KYC. - [Rate Limiting](https://developer.wallbit.io/docs/api-reference/rate-limiting.md): Understand API rate limits and how to handle them - [Get Exchange Rate](https://developer.wallbit.io/docs/api-reference/rates/get.md): Returns the stored exchange rate for the given `source_currency` and `dest_currency` from the `exchange_rates` table. Requires the `read` permission on the API key. Both parameters must be valid currency codes in Wallbit. If both codes are identical, the response returns a rate of `1.0` with `update… - [Create Trade](https://developer.wallbit.io/docs/api-reference/trades/create.md): Allows you to execute buy (BUY) or sell (SELL) operations for market assets. The trade can be of type MARKET (market order) or LIMIT (limit order). You can specify the amount in USD or the number of shares to buy/sell, but not both at the same time. - [List Transactions](https://developer.wallbit.io/docs/api-reference/transactions/list.md): Returns the transaction history for the authenticated user using an API Key. Supports pagination and multiple filters to easily search for specific transactions. - [Get Wallets](https://developer.wallbit.io/docs/api-reference/wallets/get.md): Returns the cryptocurrency settlement addresses (wallets) associated with the user's account. These addresses allow receiving deposits in cryptocurrencies like USDT, USDC, BTC, ETH on different blockchain networks. You can filter by specific currency and network. - [Welcome to the Wallbit API](https://developer.wallbit.io/docs/index.md): The world's first neobank with a public API for programmatic control - [Quickstart](https://developer.wallbit.io/docs/quickstart.md): Get started with the Wallbit API in minutes ## OpenAPI Specs - [openapi](https://developer.wallbit.io/docs/api-reference/openapi.json) ## Optional - [Website](https://wallbit.io) - [Download app](https://wallbit.io/store) - [Help Center](https://help.wallbit.io) - [Blog](https://wallbit.io/blog)