GET
/
dictionary
/
symbols
Get Symbols
curl --request GET \
  --url https://api.bron.org/dictionary/symbols
{
  "symbols": [
    {
      "name": "Bitcoin",
      "symbol": "BTC",
      "symbolId": "s20012"
    }
  ]
}

Query Parameters

symbolIds
string[]

Filter results to only include these specific symbol IDs

assetIds
string[]

Filter results to only include symbols that are used by these specific asset IDs. Useful when you want to know which symbols are available for certain assets.

limit
string
offset
string

Response

200
application/json

OK

The response is of type object.