Weavz
Bitso

Bitso

Automate Bitso market data, balances, fees, open orders, order placement, and order cancellation.

CustomFinance
10 tools

Tools

Name
list_available_books

List Bitso trading books and minimum trade amounts.

get_ticker

Retrieve the Bitso ticker for a trading book.

get_order_book

Retrieve Bitso order book bids and asks for a trading book.

list_trades

List recent Bitso trades for a trading book.

get_balance

Retrieve Bitso account balances across supported currencies.

list_fees

Retrieve Bitso trading, withdrawal, and deposit fee information.

list_open_orders

List Bitso open orders, optionally filtered by book or currency.

lookup_orders

Retrieve open or partially filled Bitso orders by order IDs or origin IDs.

place_order

Place a Bitso buy or sell market or limit order.

cancel_order

Cancel a Bitso order by order ID, multiple order IDs, origin IDs, or all open orders.

Quick Start

TypeScript
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.