Get information of a BTC cross-chain trade
Last updated 8 months ago
const response = await fetch('/trade/info/thorchain-inbound-address', { method: 'GET', headers: { "Authorization": "Bearer Bearer" }, }); const data = await response.json();