Get historical prices

Get a list of historical OHLCV (Open, High, Low, Close, Volume) prices for a currency pair within a specified time range. Using this endpoint requires an access token with the appropriate enterprise ID.

Query Params
string
required

The base currency symbol (the asset being priced). Must be a BitGo-supported instrument symbol (case-insensitive).

string
required

The quote currency symbol (the currency in which the price is expressed). Must be a BitGo-supported instrument symbol (case-insensitive).

string
enum
required

The time interval for each price data point.

Allowed:
date-time

Start time for the pricing data range (RFC 3339 format). If not provided, defaults to 1 interval before the current time.

date-time

End time for the pricing data range (RFC 3339 format). If not provided, defaults to the current time.

string

Pagination cursor returned from a previous request. Use this to fetch the next batch of results when there are more than 1,000 data points.

Responses

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json