Skip to main content
GET
/
dictionary
/
asset-market-prices
Get Asset Prices
curl --request GET \
  --url https://api.bron.org/dictionary/asset-market-prices
{
  "prices": [
    {
      "baseAssetId": "<string>",
      "baseSymbolId": "<string>",
      "price": "<string>",
      "quoteAssetId": "<string>",
      "quoteSymbolId": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developer.bron.org/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

baseAssetIds
string[]

The asset IDs you want to get market prices for

Response

OK

prices
object[]
required