Weavz
CoinPayments

CoinPayments

Create CoinPayments payments, withdrawals, internal transfers, balance checks, rates, and signed IPNs.

8 tools
1 trigger

Tools

Name
get_basic_info

Retrieve CoinPayments account identity and merchant information.

get_rates

Retrieve CoinPayments exchange rates for supported coins.

get_balances

Retrieve CoinPayments wallet balances.

create_transaction

Create a CoinPayments payment transaction for a buyer.

get_transaction_info

Retrieve CoinPayments transaction status by transaction ID.

create_withdrawal

Withdraw coins to an address or PayByName tag through CoinPayments.

get_withdrawal_info

Retrieve CoinPayments withdrawal status by withdrawal ID.

create_transfer

Transfer coins to another CoinPayments merchant or PayByName tag when supported.

Triggers

Name
ipn_received

Receive CoinPayments IPN callbacks and verify the HMAC header when an IPN secret is configured.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

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

CoinPayments supports 8 tools including Get Basic Info, Get Rates, Get Balances, Create Transaction, Get Transaction Info, and more.

Can I use CoinPayments with AI agents?

Yes. Add CoinPayments 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 CoinPayments be used in stateful agent workflows?

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

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

How much does the CoinPayments integration cost?

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

What triggers does CoinPayments support?

CoinPayments supports 1 triggers including IPN Received.

Connect CoinPayments in minutes

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