Skip to content
coinkun docs
Coinkun home Dashboard

API REFERENCE v1

Simple Forwarding

A proposed lightweight receiving interface for merchants who want payments forwarded to their own address. Forwarding is not enabled in Coinkun yet.

On this page

#Create Forwarding Address

Planned

The response pairs a deposit address with a merchant destination. It does not expose an internal account or wallet identifier.

GET/receive

Request

  • HTTP MethodGET
  • Content Typeapplication/json
  • URLhttps://coinkun.com/api/v1/receive
ParameterTypeDescriptionRequired
methodstringUse create.Yes
addressstringMerchant destination for forwarded funds.Yes
currencystringCurrency identifier; pass ltc explicitly in these examples.No
callbackstringURL-encoded merchant callback URL; place it last in the query.Yes
curl --request GET "https://coinkun.com/api/v1/receive" \
  --get \
  --data-urlencode "method=create" \
  --data-urlencode "address=${DESTINATION_ADDRESS}" \
  --data-urlencode "currency=ltc" \
  --data-urlencode "callback=https://merchant.example/webhooks/coinkun"

Illustrative example · Replace YOUR_* and ${VARIABLES} with your own values · Never paste real keys into shared documentation.

#Forwarding Policy

Planned

Forwarding requires confirmed incoming funds and sufficient value to cover network fees. Very small payments can need deferral instead of an immediate outgoing transaction.

#Response Fields

Planned
FieldTypeMeaning
destinationstringMerchant receiving address.
input_addressstringDeposit address allocated for the payer.
callback_urlstringMerchant notification URL.
Coinkun API v1 · Reviewed against this checkout
Contract reference: Apirone documentation. Adapted for Coinkun; implementation status is shown above.

Type to search the documentation

↑ ↓ navigate openesc closeLocal search · No data sent