Weavz
MoonPay

MoonPay

Retrieve MoonPay on-ramp and off-ramp quotes, payment methods, transaction records, and signed webhook events.

7 tools
3 triggers

Tools

Name
list_currencies

List MoonPay currencies available through the Ramps and Swaps widget API.

get_buy_quote

Quote a fiat-to-crypto MoonPay buy transaction for a currency and payment method.

get_sell_quote

Quote a crypto-to-fiat MoonPay sell transaction.

list_payment_methods

List available payment method configurations for country, currency, and transaction type.

list_buy_transactions

List MoonPay buy transactions with customer, external ID, date, and pagination filters.

get_buy_transaction

Retrieve a MoonPay buy transaction by transaction ID.

list_sell_transactions

List MoonPay sell transactions with customer, external ID, date, and pagination filters.

Triggers

Name
webhook_event

Receive MoonPay webhook callbacks and verify Moonpay-Signature-V2 when a webhook secret is configured.

buy_transaction_event

Receive MoonPay buy transaction lifecycle webhook events.

sell_transaction_event

Receive MoonPay sell transaction lifecycle webhook events.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

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

MoonPay supports 7 tools including List Currencies, Get Buy Quote, Get Sell Quote, List Payment Methods, List Buy Transactions, and more.

Can I use MoonPay with AI agents?

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

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

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

How much does the MoonPay integration cost?

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

What triggers does MoonPay support?

MoonPay supports 3 triggers including Webhook Event, Buy Transaction Event, Sell Transaction Event.

Connect MoonPay in minutes

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