Supply Per Blockchain

What is this endpoint for?

This endpoint receives the supply of an asset on a single blockchain, including circulating supply and market capitalization where available.

To retrieve supply across all chains for an asset, use the Aggregated Supply endpoint with the blockchain query parameter, or call this endpoint once per chain.

Endpoint

https://us.market-api.kaiko.io/v2/data/supply.v2/blockchain-level/{blockchain}/{asset}

Parameters

Parameter
Required
Description
Example

blockchain

Yes

Normalized blockchain identifier. Common values: ethereum, solana, polygon, arbitrum, canton.

ethereum

asset

Yes

The desired asset code. See Asset codes.

usdc

start_time

No

Starting time in ISO 8601 (inclusive).

2026-04-14T00:00:00.000Z

end_time

No

Ending time in ISO 8601 (exclusive).

2026-04-16T00:00:00.000Z

sort

No

Sort direction by timestamp (asc / desc). Default: desc.

desc

page_size

No

See Pagination. Minimum: 1 Maximum: 1000 Default: 100.

100

Fields

Field
Description
Example

timestamp

Timestamp at which the interval begins

1744848000

asset

Asset

usdc

blockchain

Blockchain name

ethereum

total_supply

Total supply on this chain

28535000000.00

circulating_supply

Circulating supply on this chain. null for Canton instruments.

28535000000.00

market_cap

Market capitalization on this chain. null for Canton instruments.

28535000000.00

Request examples

Response example

Last updated

Was this helpful?