cURL
curl --request GET \ --url https://api.bron.org/dictionary/symbol-market-prices
{ "prices": [ { "baseSymbolId": "s2001", "price": "145000", "quoteSymbolId": "s09" } ] }
Provides market pricing data for symbols across different quote currencies
The symbol IDs you want to get market prices for
OK
The response is of type object.
object
Was this page helpful?