BlockonomicsAPI Reference
Merchants
GET/price

Fetch cryptocurrency price

Returns the current price of 1 unit of the specified cryptocurrency in a given fiat currency. All supported fiat currencies are listed here.

Query Parameters

cryptostring enumdefault: "BTC"

Cryptocurrency code for which the price is returned per 1 unit.

"BTC""USDT""BCH""ETH""SOL""XRP""MATIC""LTC"
currencystring enumrequireddefault: "USD"

Fiat currency code to return the price in.

Responses

cryptoquery · string

Cryptocurrency code for which the price is returned per 1 unit.

currencyquery · stringrequired

Fiat currency code to return the price in.

Response will appear here