For the complete documentation index, see llms.txt. This page is also available as Markdown.

Public

These public endpoints do not require authentication and allow you to fetch essential market information.

Test Connectivity

get

Checks basic connectivity to the Coinlocally server.

Responses
200

Connection normal

No content

get
/sapi/v2/ping
200

Connection normal

No content

Check Server Time

get

Returns the current server time.

Responses
200

Successfully retrieved server time

application/json
timezonestringOptionalExample: GMT+08:00
serverTimeintegerOptionalExample: 1595563624731
get
/sapi/v2/time
200

Successfully retrieved server time

Get Pairs List

get

Returns a list of all trading pairs with precision, limits, and fee details.

Responses
200

Successful response with trading pairs

application/json
symbolstringOptional

Name of the symbol

Example: BTC/USDT
baseAssetstringOptional

Underlying asset for the symbol

Example: BTC
quoteAssetstringOptional

Quote asset for the symbol

Example: USDT
pricePrecisionintegerOptional

Precision of the price

Example: 2
quantityPrecisionintegerOptional

Precision of the quantity

Example: 6
limitAmountMinstringOptional

Limit order minimum amount (in quote currency)

Example: 100
limitPriceMinstringOptional

Minimum price allowed for a limit order

Example: 100
limitVolumeMinstringOptional

Limit order minimum quantity (in base currency)

Example: 100
baseAssetNamestringOptional

Base Currency Display Name

Example: BTC
quoteAssetNamestringOptional

Quote Currency Display Name

Example: USDT
SymbolNamestringOptional

Trading Pair Display Name

Example: BTC/USDT
feeRateMakerstringOptional

Maker Procedure rate

Example: 0.002
feeRateTakerstringOptional

Taker Procedure rate

Example: 0.002
get
/sapi/v2/symbols
200

Successful response with trading pairs

Last updated