GET
/
dictionary
/
assets
Get Assets
curl --request GET \
  --url https://api.bron.org/dictionary/assets
{
  "assets": [
    {
      "assetId": "10001",
      "assetType": "blockchain",
      "contractInformation": {
        "contractAddress": "0xdac17f958d2ee523a2206206994597c13d831ec7"
      },
      "decimals": "18",
      "networkId": "BTC",
      "symbolId": "s23378",
      "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

assetType
enum<string>

Filter by what kind of asset. See details

Available options:
blockchain,
exchange,
fiat
limit
string
offset
string

Response

200
application/json

OK

The response is of type object.