Get Sell Order Rate

Endpoint

api/order/sell/rate

Method

POST

Request

amount

number

Specify the amount in the chosen currency. Provide either amount or quantity.

quantity

number

USDT quantity. Provide either the amount or the quantity.

currency (Required)

string

idr

Response

{
    "rate": 16,341 // integer or float, exchange rate
}

Last updated