Skip to main content
GET
Get Fiat Prices

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

baseCurrency
string

The currency code for filtering fiat prices (e.g., USD, NGN)

Example:

"USD"

coins
string

Coin symbol to filter, separated by commas (e.g., 'BTC, ETH')

Example:

"BTC,ETH"

Response

success
boolean
required
Example:

true

data
object
required