Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Kyber Network Maker API

The Maker API from Kyber Network — 8 operation(s) for maker.

Kyber Network Maker API is one of 5 APIs that Kyber Network publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Maker. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 8 operations across 8 paths, and defines 2 schemas. It is described by OpenAPI 3.0.0, at version 2.12.1.

Requests are made against a single base URL, https://aggregator-api.kyberswap.com.

8 operations 8 paths 2 schemas 2 GET6 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
2.12.1
Base URL
https://aggregator-api.kyberswap.com
Resource Areas
1

Paths & Operations 8

Across 8 paths, the API surfaces 8 operations — 2 GET, 6 POST. Each is listed below with its method, path, parameters, and response codes.

Maker 8
POST
/read-ks/api/v1/encode/cancel-batch-orders
Generate Encoded Data For Batch Cancellation
post-read-ks-api-v1-encode-cancel-batch-orders body → 200400404409500
POST
/read-ks/api/v1/encode/increase-nonce
Generate Encoded Data For Cancel All
post-read-ks-api-v1-encode-increase-nonce → 200500
GET
/read-ks/api/v1/orders
Get List Of Orders By Maker
get-read-ks-api-v1-orders 6 params → 200400500
GET
/read-ks/api/v1/orders/active-making-amount
Get Maker Active Making Amount
get-read-ks-api-v1-orders-active-making-amount 3 params → 200400500
POST
/write/api/v1/orders
Create New Order
post-write-api-v1-orders body → 200400500
POST
/write/api/v1/orders/cancel
Submit Gasless Cancel Order(s)
post-write-api-v1-orders-cancel 1 param body → 200400500
POST
/write/api/v1/orders/cancel-sign
Get Unsigned Cancel Order(s) Message
post-write-api-v1-orders-cancel-sign body → 200400500
POST
/write/api/v1/orders/sign-message
Get Unsigned Create Order Message
post-write-api-v1-orders-sign-message body → 200400500

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are ErrorResponse (3 properties), OrderSignMessageDefinition (2 properties). Each schema is shown below with its type and property counts.

OrderSignMessageDefinition
object
2 properties 2 required
ErrorResponse
object
3 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kyber-network-maker-api-openapi.yml Raw ↑

Other APIs Kyber Network publishes across the network.

Kyber Network General API
Kyber Network Service API
Kyber Network swap API
Kyber Network Taker API