Get Fractal Rich Address List

Public endpoints don't require authentication.

Return the address list in descending order of amount.

get
Authorizations
Query parameters
cursorintegerRequired

Start offset

Example: 0
sizeintegerRequired

Number of items returned (Max 10000)

Example: 16
Responses
200
Successful operation
application/json
get
GET /v1/public/address/rich-list HTTP/1.1
Host: open-api-fractal.unisat.io
Authorization: Bearer JWT
Accept: */*
{
  "code": 1,
  "msg": "OK",
  "data": []
}
Example
  • The balance unit is satoshis . 3149999999993660 = 31499999.99993660 FB

Last updated