GET
/
coins
/
price
/
exchange
cURL
curl --request GET \
  --url https://openapiv1.coinstats.app/coins/price/exchange \
  --header 'X-API-KEY: <api-key>'
{
  "price": 123
}
5 credits per request
Returns historical price data for a specific cryptocurrency on a selected exchange.

Authorizations

X-API-KEY
string
header
required

API key needed to access the endpoints. Example: 'demo-api-key'

Query Parameters

exchange
string
required
Example:

"Binance"

from
string
required
Example:

"BTC"

to
string
required
Example:

"ETH"

timestamp
number
required
Example:

1636315200

Response

200
application/json

Get Historical coin exchange price

The response is of type object.