Price
Retrieve latest price of trading pair
GET
https://api.ajaib.co.id/coin/internal/v1/price
Functionality: Retrieves the latest price of its trading pair symbol.
Authentication: Required
Request Param
Name
Type
Mandatory
Description
Response Body
Name
Type
Description
price
decimal
The latest quote value (varies per trading pair i.e. not always USDT)
{
"symbol": "BTC_USDT",
"price": 65256.11
}
Last updated