Public
These public endpoints do not require authentication and allow you to fetch essential market information.
Last updated
These public endpoints do not require authentication and allow you to fetch essential market information.
Last updated
GET /sapi/v2/ping HTTP/1.1
Host: openapi.coinlocally.com
Accept: */*
GET /sapi/v2/time HTTP/1.1
Host: openapi.coinlocally.com
Accept: */*
{
"timezone": "GMT+08:00",
"serverTime": 1595563624731
}GET /sapi/v2/symbols HTTP/1.1
Host: openapi.coinlocally.com
Accept: */*
{
"symbols": [
{
"quantityPrecision": 2,
"limitVolumeMin": "0.0100000000000000",
"symbol": "ordibrc201816usdt1816",
"pricePrecision": 2,
"quoteAssetName": "USDT",
"SymbolName": "ORDI/USDT",
"baseAssetName": "ORDI",
"baseAsset": "ORDIBRC201816",
"feeRateMaker": "0",
"feeRateTaker": "0",
"limitAmountMin": "0.0000000000000000",
"limitPriceMin": "0.0100000000000000",
"quoteAsset": "USDT1816"
},
{
"quantityPrecision": 2,
"limitVolumeMin": "0.0100000000000000",
"symbol": "arbitrumone1816usdt1816",
"pricePrecision": 4,
"quoteAssetName": "USDT",
"SymbolName": "ARB/USDT",
"baseAssetName": "ARB",
"baseAsset": "ARBITRUMONE1816",
"feeRateMaker": "0",
"feeRateTaker": "0",
"limitAmountMin": "0.0000000000000000",
"limitPriceMin": "0.0001000000000000",
"quoteAsset": "USDT1816"
}
]
}