API Documentation

Market Overview

Provides a high-level overview of the stablecoin market.

Get Total Market Cap
Retrieves the total market capitalization of all stablecoins.
/stablecoins/marketcapGET
No parameters required
Get Total Volume
Retrieves the total trading volume of all stablecoins in the last 24 hours.
/stablecoins/volumeGET
No parameters required
Get New Supply Change
Retrieves the net change in the total supply of stablecoins over a specified period.
/stablecoins/supply/newGET
Parameter
Type
Required
Description
period
string
Optional
Time period for supply change (e.g., '24h', '7d', '30d'). Default is '24h'.

Individual Stablecoin Data

Provides detailed data for specific stablecoins.

Get Stablecoin Details
Retrieves detailed information for a specific stablecoin.
/stablecoins/{symbol}GET
Parameter
Type
Required
Description
symbol
string
Required
The symbol of the stablecoin (e.g., USDT, USDC, DAI).
Get Stablecoin Supply
Retrieves the total and circulating supply of a specific stablecoin.
/stablecoins/{symbol}/supplyGET
Parameter
Type
Required
Description
symbol
string
Required
The symbol of the stablecoin (e.g., USDT, USDC, DAI).
Get Stablecoin Activity
Retrieves historical activity data (volume, transfers) for a specific stablecoin.
/stablecoins/{symbol}/activityGET
Parameter
Type
Required
Description
symbol
string
Required
The symbol of the stablecoin (e.g., USDT, USDC, DAI).
period
string
Optional
Time period for activity data (e.g., '7d', '30d', '3m'). Default is '7d'.

Chain Specific Data

Provides data about stablecoins on different blockchain networks.

Get Chain Supply
Retrieves the total stablecoin supply available on a specific blockchain.
/chains/{chain}/supplyGET
Parameter
Type
Required
Description
chain
string
Required
The name of the blockchain network (e.g., Ethereum, Tron, Avalanche).
Get Chain Stablecoins
Retrieves a list of stablecoins and their details on a specific blockchain.
/chains/{chain}/stablecoinsGET
Parameter
Type
Required
Description
chain
string
Required
The name of the blockchain network (e.g., Ethereum, Tron, Avalanche).

Transaction Size Distribution

Provides information on the distribution of stablecoin transaction sizes.

Get Transaction Size Distribution
Retrieves the distribution of transaction sizes for all stablecoins.
/stablecoins/transactions/distributionGET
Parameter
Type
Required
Description
period
string
Optional
Time period for the distribution (e.g., '7d', '30d', '3m'). Default is '30d'.

Issuance And Burn Data

Provides historical data on the issuance (minting) and burning of stablecoins.

Get Issuance Burn
Retrieves historical issuance and burn data for a specific stablecoin.
/stablecoins/{symbol}/issuanceGET
Parameter
Type
Required
Description
symbol
string
Required
The symbol of the stablecoin (e.g., USDT, USDC, DAI).
period
string
Optional
Time period for the data (e.g., '7d', '30d', '3m'). Default is '30d'.

Daily Active Users

Provides data on the number of unique addresses interacting with stablecoins.

Get Daily Active Users
Retrieves the number of daily active users for a specific stablecoin.
/stablecoins/{symbol}/active-usersGET
Parameter
Type
Required
Description
symbol
string
Required
The symbol of the stablecoin (e.g., USDT, USDC, DAI).
period
string
Optional
Time period for the data (e.g., '7d', '30d', '3m'). Default is '30d'.