Skip to main content
GET
/
dictionary
/
assets
Get Assets
curl --request GET \
  --url https://api.bron.org/dictionary/assets
{
  "assets": [
    {
      "assetId": "<string>",
      "contractInformation": {
        "contractAddress": "<string>"
      },
      "decimals": "<string>",
      "networkId": "<string>",
      "symbol": "<string>",
      "symbolId": "<string>",
      "verified": true
    }
  ]
}

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

assetIds
string[]

Filter results to only include these specific asset IDs

networkIds
string[]

Filter results to only include assets from these blockchain networks

symbolIds
string[]

Filter results to only include assets that represent these specific symbols

contractAddress
string

Filter results to only include assets that have this contract address

contractIssuer
string

Filter result to only include assets that have this contract issuer

assetType
enum<string>

Filter by what kind of asset. See details

Available options:
blockchain,
exchange,
fiat,
nft

Full-text search across symbol, name, and contract address. Minimum 2 characters.

limit
string<int64>
offset
string<int64>

Response

OK

assets
object[]