General API
General endpoints for querying supported pairs and contract addresses.
General
Get Supported Pairs
Query parameters
chainIdstringRequired
The chainId of the network to query.
Responses
200
OK
application/json
codeintegerRequired
The response code.
messagestringRequired
Server response message.
400
Bad Request
- Missing required field
- chainId is not supported
application/json
500
Internal Server Error
application/json
get
/read-partner/api/v1/orders/pairsGet Contract Address
Query parameters
chainIdstringRequired
The chainId of the network to query.
Responses
200
OK
application/json
codeintegerRequired
The response code.
messagestringRequired
Server response message.
400
Bad Request
- Missing required field
- chainId is not supported
application/json
500
Internal Server Error
application/json
get
/read-ks/api/v1/configs/contract-addressLast updated
Was this helpful?