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

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

Response

OK

assets
object[]