Last updated 2 months ago
Public endpoints don't require authentication.
The balance unit is satoshis . 3149999999993660 = 31499999.99993660 FB
satoshis
Successful operation
"OK"
const response = await fetch('https://open-api-fractal.unisat.io/v1/public/address/rich-list', { method: 'GET', headers: {}, }); const data = await response.json();
{ "msg": "OK", "data": [ { "address": "text", "balance": 0 } ] }