1.6 Historical Supply

GET /currencies/{currency_id}/supply

Path Parameters

Parameter
Type
Required
Description

currency_id

String

Yes

Currency ID

Query Parameters

Parameter
Type
Required
Description

start_date

string

No

Start date

end_date

string

No

End date

page

integer

No

Page number

page_size

integer

No

Items per page, default 20, max 100

Response Example

{
    {
        "date": "2025-10-11",
        "max_supply": "593383314",
        "total_supply": "593383314",
        "circulating_supply": "487043475"
    }
}

Response Fields

Field
Type
Description

date

String

Date

max_supply

String

Maximum supply

total_supply

String

Total supply

circulating_supply

Number

Circulating supply

Last updated