Get a list of all tokens in the database.
OK
const response = await fetch('api.rair.market/api/tokens/?contractAddress=text&networkId=text', { method: 'GET', headers: {}, }); const data = await response.json();