Skip to main content
GET
/
dictionary
/
symbols
Get Symbols
curl --request GET \
  --url https://api.bron.org/dictionary/symbols
{
  "symbols": [
    {
      "name": "<string>",
      "symbol": "<string>",
      "symbolId": "<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

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<int64>
offset
string<int64>

Response

OK

symbols
object[]
required