Questions? Join our Discord.
curl --request POST \ --url https://api.hotstuff.trade/info \ --header 'Content-Type: application/json' \ --data '{ "method": "oracle", "params": { "symbol": "USDT/USDC" } }'
{ "symbol": "USDT/USDC", "index_price": "0.99959677", "ext_mark_price": "1.00010044", "updated_at": 1767612251 }
Send POST request to /info with method: “oracle”
Show params properties