GET
/
v1
/
foreignQuotation
/
{source}
/
{symbol}
Guest Quotation
curl --request GET \
  --url https://api.diadata.org/v1/foreignQuotation/{source}/{symbol}
Use the query parameter time in order to get the latest quotation before the specified timestamp

Path Parameters

source
string
required
Source of the quotation
symbol
string
required
Which symbol to get a quotation for, e.g. BTC

Query Parameters

time
number
Unix timestamp.
json 200