Jump to Content
KunaGuides
HomeGuidesAPI ReferenceChangelog
GuidesKuna
Guides
Postman collection of Kuna v4 API

GENERAL

  • Getting started with Kuna v4 API
  • General API information
  • Parameter types in use
  • Creating your API keys
  • How to call public endpoints
  • How to call private endpoints
  • Postman collection of Kuna v4 API

WebSocket API

  • Setting up WebSocket API
  • General information
  • Client Examples
  • Market Streams
  • User Data Streams
  • Currencies Rates Streams

Guides

  • Trading API
  • Merchant API
  • Migration from APIv3 to APIv4

Private API

  • Get client info [Private]
  • Get client balance [Private]
  • Get transaction details by its hash ID [Private]

PUBLIC API

  • Get time on Kuna server [Public]
  • Get fees [Public]
  • Get all traded markets [Public]
  • Get market info by tickers [Public]
  • Get information about available currencies [Public]
  • Get public orders book [Public]
  • Get public trades book [Public]

Trading API

  • Create a new order [Private]
  • Get active client orders [Private]
  • Get private orders history [Private]
  • Get private trades history [Private]
  • Get order details by id [Private]
  • Get trades by order id [Private]
  • Cancel order by id [Private]
  • Cancel multiple orders [Private]

Deposits

  • Get info about deposit payment methods by currency name [Private]
  • Generate a constant crypto address for deposit [Private]
  • Generate a temporary crypto address for deposit [Private]
  • Find a constant crypto address for deposit [Private]
  • Find temporary crypto addresses [Private]
  • Get deposit history [Private]
  • Get deposit details by id [Private]

Withdrawals

  • Get info about withdrawal methods by currency name [Private]
  • Create a withdraw [Private]
  • Get withdraw history [Private]
  • Get withdraw details by id [Private]
Powered by 

Postman collection of Kuna v4 API

Types of parameters you might need to use when interacting with Kuna v4 API

Updated 7 months ago


How to call private endpoints
Setting up WebSocket API