General API

General endpoints for querying supported pairs and contract addresses.

General

Get Supported Pairs

GET /read-partner/api/v1/orders/pairs

Returns all token pairs for which active limit orders exist on the specified chain.

Get Chain Supported Pairs

get

Please refer to Supported Exchanges And Networks for full list of supported networks.

Query parameters
chainIdstringRequired

The chainId of the network to query.

Responses
200

OK

application/json
codeintegerRequired

The response code.

messagestringRequired

Server response message.

get
/read-partner/api/v1/orders/pairs

Get Contract Address

GET /read-ks/api/v1/configs/contract-address

Returns the deployed Limit Order contract addresses for a given chain ID.

Get Limit Order Contract Addresses

get

Please refer to Supported Exchanges And Networks for full list of supported networks.

Query parameters
chainIdstringRequired

The chainId of the network to query.

Responses
200

OK

application/json
codeintegerRequired

The response code.

messagestringRequired

Server response message.

get
/read-ks/api/v1/configs/contract-address

The full return object is defined in the OpenAPI YAML. GitBook has limited support for additionalProperties, so refer to the YAML directly for the complete schema.

For a static list of deployed addresses, see Contracts & Addresses.

Last updated

Was this helpful?