Last updated 2 months ago
Public endpoints don't require authentication.
Successful operation
"OK"
const response = await fetch('https://open-api-fractal.unisat.io/v1/public/address/total', { method: 'GET', headers: {}, }); const data = await response.json();
{ "msg": "OK", "data": 0 }