List Tokens.
This method will use 15 Compute Units.
15
Last updated 6 months ago
Returns a list of tokens on the network.
OK
const response = await fetch('https://mainnet.hedera.validationcloud.io/v1/YOUR_API_KEY/api/v1/tokens', { method: 'GET', headers: {}, }); const data = await response.json();
{ "tokens": [ { "token_id": "0.0.1", "symbol": "FIRSTMOVERLPDJH", "admin_key": null, "type": "FUNGIBLE_COMMON" } ], "links": { "next": "/api/v1/transactions?timestamp=lt:1657598275.517984411" } }