Returns the current conversion price for a base asset and quote currency.

get/price/{asset}

Path parameters

assetstring required

Base asset symbol.

Query parameters

quotestring required

Quote currency.

Response

Asset conversion price

pricenumber double required
tsinteger required

Serialized as Unix seconds in the REST/OpenAPI representation.

Changes

Changed in 1 of the 5 revisions of this API.1

    • the response's property type changed from string to integer, and format from date-time to int64 for status

      response-property-type-changed