---
title: "Crypto Charge"
method: GET
path: "/api/minting/charge"
---

# Crypto Charge

`GET /api/minting/charge`

Create a crypto payment request. Returns a unique deposit address for the customer to send funds to. Once funds are detected on-chain, a webhook is fired to your configured endpoint.

## Request body

- object
  - `amount` number, double, required
  - `currency` string, required — Only USDC/USDT supported
  - `chain` string, required — e.g. base
  - `externalReference` string, required — Unique reference

## Response `200`

200

- object
  - `success` boolean
  - `data` object
    - `expectedAmount` integer
    - `transactionId` string
    - `addressId` string
    - `address` string
    - `expiresAt` integer

---

[API](https://skmtc.net/honeycoin/apis/honeycoin-v3-api-official.md) · [All operations](https://skmtc.net/honeycoin/apis/honeycoin-v3-api-official/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/honeycoin/honeycoin-v3-api-official/versions/f3fef13ed253/schema)
