Please note that access to this API requires the API key to have brc20-swap permissions enabled.
Last updated 11 months ago
Default Response
const response = await fetch('https://open-api.unisat.io/v1/brc20-swap/overview', { method: 'GET', headers: {}, }); const data = await response.json();
{ "code": 0, "msg": "text", "data": { "liquidity": "text", "volume7d": "text", "volume24h": "text", "transactions": 0, "pairs": 0 } }