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

Stablecoins

What is this endpoint for?

This endpoint receives information on the trades involving a particular stablecoin. Information includes volumes, trade counts, liquidity, supply and lending rates. Trade and liquidity data are aggregated across all instruments that include the specified token as a base or quote asset.

Endpoint

https://us.market-api.kaiko.io/v2/data/analytics.v2/stablecoin_metrics

Parameters

Parameter
Required
Description
Example

asset

Yes

The desired stablecoin asset code. See Asset codes

usdc

start_time

No

Starting time in ISO 8601 (inclusive).

2023-01-25T00:00:00.000Z

end_time

No

Ending time in ISO 8601 (exclusive).

2023-01-26T00:00:00.000Z

page_size

No

See Pagination Minimum: 1 Maximum: 100

Default: 10

100

Fields

Field
Category
Description
Example

timestamp

Trading activity

Timestamp at which the interval begins.

2026-06-18T00:00:00Z

interval

Informations

The aggregation interval.

1d

asset

Informations

The specified asset.

usdc

price

Trading activity

Average price in usd. null when no trades are reported.

0.9997000899730081

total_volume_usd

Trading activity

Total volume in usd traded in the interval. 0 when no trades are reported.

796218091.3924453

total_trade_count

Trading activity

The total amount of trades reported during the interval. 0 when no trades are reported.

2000097

cex_volume_usd

Trading activity

Total off-chain volume in usd traded in the interval. 0 when no trades are reported.

694548754.6376011

cex_trade_count

Trading activity

The total amount of trades reported off-chain during the interval. 0 when no trades are reported.

1910473

dex_volume_usd

Trading activity

Total on-chain volume in usd traded in the interval. 0 when no trades are reported.

101669336.75484413

dex_trade_count

Trading activity

The total amount of trades reported on-chain during the interval. 0 when no trades are reported.

89624

supply_circulating

Supply

Blockchain total supply.

70051396209.43329

market_cap

Supply

The market cap of the stablecoin across all chains.

70030387093.3053

supply_change

Supply

The change in supply since the last interval.

-317149147.036026

avg_weighted_defi_lending_yield

DeFi lending

Average of all lending yields across DeFi lending protocols, weighted by deposited liquidity.

0.030345222539145098

avg_weighted_defi_borrowing_rate

DeFi lending

Average of all borrowing rate across DeFi lending protocols, weighted by deposited liquidity.

0.03869062376513863

total_defi_deposited

DeFi lending

Total deposited liquidity across DeFi lending protocols.

2321449893.228165

total_defi_borrowed

DeFi lending

Total borrowed liquidity across DeFi lending protocols.

2030740561.2581594

aggregated_buy_market_depth_asset

Liquidity information

Dictionary from 0.1% to 10% market depth.

See example response below.

aggregated_buy_market_depth_usd

Liquidity information

Dictionary from 0.1% to 10% market depth.

See example response below.

aggregated_sell_market_depth_asset

Liquidity information

Dictionary from 0.1% to 10% market depth.

See example response below.

aggregated_sell_market_depth_usd

Liquidity information

Dictionary from 0.1% to 10% market depth.

See example response below.

Request examples

Response example

Last updated

Was this helpful?