Weavz
Transak

Transak

Quote Transak on-ramp and off-ramp flows, validate wallets, create widget sessions, read partner orders, and verify webhooks.

9 tools
3 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
refresh_access_token

Create a Transak partner access token using the partner API key and API secret.

get_price

Get a Transak public on-ramp or off-ramp quote for fiat, crypto, network, and payment method.

list_countries

List countries supported by Transak public on-ramp and off-ramp coverage.

list_crypto_currencies

List Transak crypto currencies and networks available for public coverage.

list_fiat_currencies

List fiat currencies and payment options supported by Transak.

verify_wallet_address

Validate a wallet address for a Transak crypto currency and network.

list_orders

List Transak partner orders using status, wallet, order, and pagination filters.

get_order

Retrieve a Transak partner order by order ID.

create_widget_url

Create a short-lived single-use authenticated Transak widget URL for backend whitelabel sessions.

Triggers

Name
webhook_event

Receive Transak order or KYC webhooks and verify the signed data JWT when a partner access token is configured.

order_webhook_event

Receive Transak order lifecycle webhook callbacks.

kyc_webhook_event

Receive Transak KYC lifecycle webhook callbacks.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('transak', 'refresh_access_token', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'transak',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Transak 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 Transak support?

Transak supports 9 tools including Refresh Access Token, Get Price, List Countries, List Crypto Currencies, List Fiat Currencies, and more.

Can I use Transak with AI agents?

Yes. Add Transak 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.

How do I connect Transak to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add Transak as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Transak tools exposed by that workspace.

Does Transak work with Claude Code, Cursor, Codex, and local agents?

Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Transak work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with Transak?

Transak exposes 9 tools, including Refresh Access Token, Get Price, List Countries, List Crypto Currencies, List Fiat Currencies, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can Transak be used in stateful agent workflows?

Yes. Agents can combine Transak 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 Transak use?

Transak uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Transak integration cost?

The Transak integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Transak support?

Transak supports 3 triggers including Webhook Event, Order Webhook Event, KYC Webhook Event.

Connect Transak in minutes

Get 20,000 free action executions every month. No credit card required.