Documentation Index
Fetch the complete documentation index at: https://developer.wallbit.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Get started in three steps
Make your first API call and start building with Wallbit.Step 1: Get your API Key
Create an API Key
Create an API Key
- Log in to your Wallbit account (in the app or in the Wallbit
Dashboard) 2. Navigate to
Agents 3. Click Create agent 4. Select the permissions you need: -
read- Query balances and transactions -trade- Execute buy/sell orders - Copy and securely store your API key
Step 2: Make your first request
Test with cURL
Test with cURL
Try fetching your checking account balance:You should receive a response like:
Use in your code
Use in your code
Step 3: Explore more endpoints
What's next?
What's next?
Now that you’ve made your first request, explore what else you can do: - Get
your stock portfolio:
GET /api/public/v1/balance/stocks - List
transactions: GET /api/public/v1/transactions - Execute a trade: POST /api/public/v1/trades - Look up trading fees: POST /api/public/v1/fees
(requires read) - Browse available assets: GET /api/public/v1/assetsNext steps
Now that you have your API key working, explore these key features:Balance
Query your checking and investment balances.
Trades
Buy and sell stocks programmatically.
Fees
Read fee configuration for your subscription tier.
Transactions
View your complete transaction history.
Rates
Look up fiat exchange rates between currency pairs.
Assets
Browse available stocks and ETFs.
Need help? Contact our support team at
support@wallbit.io or visit our Help
Center.

