For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Fractal Rich Address List

Public endpoints don't require authentication.

Return the address list in descending order of amount.

get
/v1/public/address/rich-list
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
cursorintegerRequired

Start offset

Example: 0
sizeintegerRequired

Number of items returned (Max 10000)

Example: 16
Responses
200

Successful operation

application/json
codeinteger · int32Optional
msgstringOptionalExample: OK
get/v1/public/address/rich-list
Example
  • The balance unit is satoshis . 3149999999993660 = 31499999.99993660 FB

Last updated