tronprotocol / java-tron

Java implementation of the Tron whitepaper
GNU Lesser General Public License v3.0
3.71k stars 1.4k forks source link

How to obtain the USDT exchange rate dynamically #6008

Open CupidStar opened 2 days ago

CupidStar commented 2 days ago

How to obtain the USDT exchange rate dynamically

ExOCeo commented 2 days ago

you meant real-time exchang rate of usdt to what?

CupidStar commented 2 days ago

Yes, I hope to obtain the real-time exchange rate at a fixed speed through http protocol or websocket protocol. Do you provide that? If so, could you please provide me with a copy of the instructions? Thank you very much

ExOCeo commented 2 days ago

Yes, I hope to obtain the real-time exchange rate at a fixed speed through http protocol or websocket protocol. Do you provide that? If so, could you please provide me with a copy of the instructions? Thank you very much

There is no interface for obtaining token exchange rate, you might find that from other dApp or DEX, TRON has no such service.