Public
These public endpoints do not require authentication and allow you to fetch essential market information.
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/symbolsGET /sapi/v2/symbols HTTP/1.1
Host: openapi.coinlocally.com
Accept: */*
200
Successful response with trading pairs
{
"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"
}
]
}Last updated