Exchange Info
Retrieve information of our exchange
GET
https://api.ajaib.co.id/coin/internal/v1/public/exchange-info
Functionality: Retrieves exchange information on our trading pairs
Authentication: Not Required
Request Param
Response Body
Name
Type
Description
symbol
string
base_asset
string
The base asset of trading pair.
base_precision
int
Number of precision (decimal points) supported.
quote_asset
string
The quote asset of trading pair.
quote_tick
decimal
The (minimum) tick size supported.
Last updated