Skip to main content
GET
/
dictionary
/
symbols
/
{symbolId}
Get Symbol by ID
curl --request GET \
  --url https://api.bron.org/dictionary/symbols/{symbolId}
{
  "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.

Path Parameters

symbolId
string
required

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

name
string
required

The full name of what this symbol represents

Example:

"Bitcoin"

symbol
string
required

The ticker symbol that traders and users recognize

Example:

"BTC"

symbolId
string
required

The unique ID for this symbol

Example:

"s20012"