GET
/
dictionary
/
symbol-market-prices
Get Prices
curl --request GET \
  --url https://api.bron.org/dictionary/symbol-market-prices
{
  "prices": [
    {
      "baseSymbolId": "s2001",
      "price": "145000",
      "quoteSymbolId": "s09"
    }
  ]
}

Query Parameters

baseSymbolIds
string[]

The symbol IDs you want to get market prices for

Response

200
application/json

OK

The response is of type object.