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)
- Navigate to Settings → API Keys
- Click Create New API Key
- Select the permissions you need:
read- Query balances and transactionstrade- 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 - Browse available assets:
GET /api/public/v1/assets
Next 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.
Transactions
View your complete transaction history.
Assets
Browse available stocks and ETFs.
Need help? Contact our support team at support@wallbit.io or visit our Help Center.

