GET
/
v1
/
foreignQuotation
/
:source
/
:symbol
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.