API REFERENCE v1
Service info
Planned machine-readable capabilities for the account and wallet APIs.
On this page
#Account service info
PlannedIntended discovery endpoint for supported assets, address formats and configured fee policies.
/accountsRequest
- HTTP Method
OPTIONS - Content Type
application/json - URL
https://coinkun.com/api/v1/accounts
No request parameters.
curl --request OPTIONS "https://coinkun.com/api/v1/accounts"Illustrative example · Replace YOUR_* and ${VARIABLES} with your own values · Never paste real keys into shared documentation.
#Wallet service info
PlannedIntended discovery endpoint for the future single-currency Wallet API.
/walletsRequest
- HTTP Method
OPTIONS - Content Type
application/json - URL
https://coinkun.com/api/v1/wallets
No request parameters.
curl --request OPTIONS "https://coinkun.com/api/v1/wallets"Illustrative example · Replace YOUR_* and ${VARIABLES} with your own values · Never paste real keys into shared documentation.
#Service response fields
PlannedPlanned metadata describes the service as a whole and each supported currency. Monetary thresholds and fees use atomic units.
| Field | Type | Meaning |
|---|---|---|
| supported-fee-policies | array | Available network fee strategies |
| currencies | array | Currency capability records |
| name | string | Display name |
| abbr | string | API asset code |
| units | string | Atomic unit name |
| units-factor | number | Size of one atomic unit in whole coins |
| address-types | array | Supported receiving address formats |
| default-address-type | string | Default receiving address format |
| minimal-confirmations | integer | Confirmation threshold |
| processing-fee | object | Processing fee policy data |
| fee-free-limit | integer | Processing fee threshold |
| dust-rate | integer | Currency-specific dust policy metadata |
| token | string or null | Token symbol when applicable |
| network | string | Underlying blockchain |