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
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 |
Method: GET
Path: /v1/public/fractal/supply
Swagger Link: View in Swagger UI
Retrieves the circulating supply of Fractal Bitcoin (FB) in the mainnet.
Method: GET
Path: /v1/public/fractal/total-supply
Swagger Link: View in Swagger UI
Retrieves the total supply of Fractal Bitcoin (FB) in the mainnet.
Method: GET
Path: /v1/public/address/total
Swagger Link: View in Swagger UI
Retrieves the total number of addresses in the Fractal network.
Method: GET
Path: /v1/public/address/rich-list
Swagger Link: View in Swagger UI
Retrieves a list of addresses sorted by their balance in descending order.
cursor
(query) (required): Start offsetsize
(query) (required): Number of items returned (Max 10000)