Get a list of all available tokens
OK
const response = await fetch('//api.client.nbcgate.tech/currency/tokens', { method: 'GET', headers: {}, }); const data = await response.json();
{ "tokens": [ { "id": 0, "name": "text" } ] }