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

Token Supply

Get Circulating Supply

get
Authorizations
x-lfj-api-keystringRequired
Responses
200

Successful Response

application/json
integerOptional
get/v1/supply/circulating
GET /v1/supply/circulating HTTP/1.1
Host: api.lfj.dev
x-lfj-api-key: YOUR_API_KEY
Accept: */*
200

Successful Response

1

Get Adjusted Circulating Supply

get
Authorizations
x-lfj-api-keystringRequired
Responses
200

Successful Response

application/json
integerOptional
get/v1/supply/circulating-adjusted
GET /v1/supply/circulating-adjusted HTTP/1.1
Host: api.lfj.dev
x-lfj-api-key: YOUR_API_KEY
Accept: */*
200

Successful Response

1

Get Total Supply

get
Authorizations
x-lfj-api-keystringRequired
Responses
200

Successful Response

application/json
integerOptional
get/v1/supply/total
GET /v1/supply/total HTTP/1.1
Host: api.lfj.dev
x-lfj-api-key: YOUR_API_KEY
Accept: */*
200

Successful Response

1

Last updated