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
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
get
/sapi/v2/symbols
200

Successful response with trading pairs

Last updated