Skip to content
coinkun docs
Coinkun home Dashboard

API REFERENCE v1

Network Fee

Planned network fee estimates and transaction fee strategy fields.

On this page

#Fee Types

Planned

A network fee pays for transaction inclusion. It is distinct from any processing fee charged by a payment service.

StrategyIntended behavior
normalUse the regular network fee estimate
priorityRequest a higher-priority network estimate
customSupply an explicit fee-rate

#Current recommended network fee

Available

Current Litecoin normal/priority rates in atomic units per virtual byte on the selected network.

GET/networks/{currency}/fee

Request

  • HTTP MethodGET
  • Content Typeapplication/json
  • URLhttps://coinkun.com/api/v1/networks/{currency}/fee
ParameterTypeDescriptionRequired
currencystringAsset code in the URL, for example ltc.Yes
curl --request GET "https://coinkun.com/api/v1/networks/${CURRENCY}/fee"

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

#Fee Rate

Planned

A custom fee strategy carries a fee-rate field. The rate unit depends on the blockchain and must not be confused with the total fee amount.

FieldTypeMeaning
feestringSet to custom when supplying a rate
fee-rateintegerExplicit network-specific rate
priority-feeintegerAdditional validator tip for a future Ethereum adapter
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