Bitso
Automate Bitso market data, balances, fees, open orders, order placement, and order cancellation.
Tools
| Name | Description |
|---|---|
list_available_booksList Bitso trading books and minimum trade amounts. | List Bitso trading books and minimum trade amounts. |
get_tickerRetrieve the Bitso ticker for a trading book. | Retrieve the Bitso ticker for a trading book. |
get_order_bookRetrieve Bitso order book bids and asks for a trading book. | Retrieve Bitso order book bids and asks for a trading book. |
list_tradesList recent Bitso trades for a trading book. | List recent Bitso trades for a trading book. |
get_balanceRetrieve Bitso account balances across supported currencies. | Retrieve Bitso account balances across supported currencies. |
list_feesRetrieve Bitso trading, withdrawal, and deposit fee information. | Retrieve Bitso trading, withdrawal, and deposit fee information. |
list_open_ordersList Bitso open orders, optionally filtered by book or currency. | List Bitso open orders, optionally filtered by book or currency. |
lookup_ordersRetrieve open or partially filled Bitso orders by order IDs or origin IDs. | Retrieve open or partially filled Bitso orders by order IDs or origin IDs. |
place_orderPlace a Bitso buy or sell market or limit order. | Place a Bitso buy or sell market or limit order. |
cancel_orderCancel a Bitso order by order ID, multiple order IDs, origin IDs, or all open orders. | Cancel a Bitso order by order ID, multiple order IDs, origin IDs, or all open orders. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('bitso', 'list_available_books', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'bitso',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Bitso to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Bitso support?
Bitso supports 10 tools including List Available Books, Get Ticker, Get Order Book, List Trades, Get Balance, and more.
Can I use Bitso with AI agents?
Yes. Add Bitso to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Bitso be used in stateful agent workflows?
Yes. Agents can combine Bitso tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Bitso use?
Bitso uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Bitso integration cost?
The Bitso integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Bitso in minutes
Get 20,000 free action executions every month. No credit card required.