tronscan-node-client icon indicating copy to clipboard operation
tronscan-node-client copied to clipboard

/api/market/markets 404

Open tronbol opened this issue 2 years ago • 0 comments

`import {Client} from "@tronscanteam/apiclients";

const client = new Client('https://api.tronscan.org'); let getMarkets = await client.getMarkets() console.log(getMarkets)`

i got this error

data: { servlet: 'org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6419a0e1', message: 'Not Found', url: '/api/market/markets', status: '404' }

tronbol avatar May 20 '23 13:05 tronbol