Skip to main content
GET
/
trade
/
orders
/
estimate-price
/
{pair}
Orders - Estimate Price
curl --request GET \
  --url https://api.ripio.com/trade/orders/estimate-price/{pair} \
  --header 'authorization: <authorization>' \
  --header 'signature: <signature>' \
  --header 'timestamp: <timestamp>'
{
  "data": {
    "price": 54049.12
  },
  "error_code": null,
  "message": null
}

Headers

authorization
string
required

The API key as a string.

signature
string
required

See the Generating Signature section for more details.

timestamp
number
required

A timestamp in milliseconds. See the Timestamp Security section for more details.

timstamp-tolerance
number

An additional, non-required parameter, that you can send to specify the number of milliseconds after the timestamp for the request to be valid. See the Timestamp Security section for more details.

Path Parameters

pair
string
required

This property was not properly documented

Query Parameters

amount
number
required

Amount to be used in the estimative.

side
string
required

Order side (buy or sell)

Response

200 - application/json

Ok

data
object
required
error_code
number
required
Example:

null

message
string
required
Example:

null