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/my_pool?address=text&tick0=text&tick1=text', { method: 'GET', headers: {}, }); const data = await response.json();
{ "code": 0, "msg": "text", "data": { "lp": "text", "shareOfPool": "text", "tick0": "text", "tick1": "text", "amount0": "text", "amount1": "text" } }