unisat-dev-docs

Fractal Only API

This API is limited to Fractal only. It provides endpoints to interact with the Fractal network, including supply information, address statistics, and rich lists.

👉 View Swagger UI


📑 Table of Contents

Route Summary
GET /v1/public/fractal/supply Get circulating FB in fractal mainnet
GET /v1/public/fractal/total-supply Get total supply FB in fractal mainnet
GET /v1/public/address/total Get total address
GET /v1/public/address/rich-list Get address rich list

Fractal

Get circulating FB in fractal mainnet

Method: GET
Path: /v1/public/fractal/supply
Swagger Link: View in Swagger UI

Description

Retrieves the circulating supply of Fractal Bitcoin (FB) in the mainnet.

Response (200)


Get total supply FB in fractal mainnet

Method: GET
Path: /v1/public/fractal/total-supply
Swagger Link: View in Swagger UI

Description

Retrieves the total supply of Fractal Bitcoin (FB) in the mainnet.

Response (200)


Get total address

Method: GET
Path: /v1/public/address/total
Swagger Link: View in Swagger UI

Description

Retrieves the total number of addresses in the Fractal network.

Response (200)


Get address rich list

Method: GET
Path: /v1/public/address/rich-list
Swagger Link: View in Swagger UI

Description

Retrieves a list of addresses sorted by their balance in descending order.

Parameters

Response (200)