### Example JSON Response Structure Source: https://arkm.com/api This JSON structure represents a typical response from the Arkham API, detailing token information, total supply, and holder data. ```json { "token": { "identifier": { ... }, "name": "Bitcoin", "symbol": "btc", "tvTicker": "BINANCE:BTCUSDT" } "totalSupply": { "property1": 0, "property2": 0 } "holders": { "property1": [ ... ], "property2": [ ... ] } } ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.