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

symbol

string

Trading pair symbol. Refer to this

Response Body

Name
Type
Description

symbol

string

Trading pair symbol. Refer to this

price

decimal

The latest quote value (varies per trading pair i.e. not always USDT)

{
    "symbol": "BTC_USDT",
    "price": 65256.11
}

Last updated