Tools
| Name | Description |
|---|---|
create_orderCreate a CoinGate crypto payment order and hosted invoice URL. | Create a CoinGate crypto payment order and hosted invoice URL. |
list_ordersList CoinGate orders with status, date, and pagination filters. | List CoinGate orders with status, date, and pagination filters. |
get_orderRetrieve a CoinGate order by ID. | Retrieve a CoinGate order by ID. |
create_order_refundCreate a CoinGate merchant refund for an order. | Create a CoinGate merchant refund for an order. |
list_order_refundsList refunds for a CoinGate order. | List refunds for a CoinGate order. |
get_order_refundRetrieve a specific CoinGate order refund. | Retrieve a specific CoinGate order refund. |
list_ledger_accountsList CoinGate ledger accounts and balances. | List CoinGate ledger accounts and balances. |
get_ledger_accountRetrieve a CoinGate ledger account by ID. | Retrieve a CoinGate ledger account by ID. |
create_conversionCreate a CoinGate ledger balance conversion. | Create a CoinGate ledger balance conversion. |
confirm_conversionConfirm a CoinGate ledger conversion. | Confirm a CoinGate ledger conversion. |
cancel_conversionCancel a CoinGate ledger conversion. | Cancel a CoinGate ledger conversion. |
create_send_requestCreate a CoinGate send request to a beneficiary payout setting. | Create a CoinGate send request to a beneficiary payout setting. |
list_send_requestsList CoinGate send requests. | List CoinGate send requests. |
get_send_requestRetrieve a CoinGate send request by ID. | Retrieve a CoinGate send request by ID. |
confirm_send_requestConfirm a CoinGate send request exchange. | Confirm a CoinGate send request exchange. |
cancel_send_requestCancel a CoinGate send request exchange. | Cancel a CoinGate send request exchange. |
list_beneficiariesList CoinGate beneficiaries for payout setup. | List CoinGate beneficiaries for payout setup. |
get_beneficiaryRetrieve a CoinGate beneficiary by ID. | Retrieve a CoinGate beneficiary by ID. |
create_beneficiaryCreate a CoinGate beneficiary using the provider-supported beneficiary payload. | Create a CoinGate beneficiary using the provider-supported beneficiary payload. |
Triggers
| Name | Description |
|---|---|
api_callback_receivedReceive CoinGate order, refund, send request, billing, or payment-channel callbacks and optionally validate the callback token. | Receive CoinGate order, refund, send request, billing, or payment-channel callbacks and optionally validate the callback token. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('coingate', 'create_order', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'coingate',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect CoinGate 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 CoinGate support?
CoinGate supports 19 tools including Create Order, List Orders, Get Order, Create Order Refund, List Order Refunds, and more.
Can I use CoinGate with AI agents?
Yes. Add CoinGate 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 CoinGate be used in stateful agent workflows?
Yes. Agents can combine CoinGate 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 CoinGate use?
CoinGate uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the CoinGate integration cost?
The CoinGate integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does CoinGate support?
CoinGate supports 1 triggers including API Callback Received.
Connect CoinGate in minutes
Get 20,000 free action executions every month. No credit card required.