Get cross-chain total supply for a token

get/api/stablecoin/v1/tokens/{token}/details

Returns the aggregated total supply for a token across all supported chains.

Path Parameters

  • tokenstringRequired
    Token symbol or identifier for the stablecoin to get total supply for.
    Example: usd1
    Min length: >= 1 characters

200 Response

token string required
Token symbol or identifier
Min length: >= 1 characters
Example: usd1
totalSupplyAggregated string required
Total supply across all chains in the smallest unit
Min length: >= 1 characters
Example: 5000000000000000000
supplyByChain array[object] required
Breakdown of supply by chain
chain string required
Blockchain network identifier
Min length: >= 1 characters
Example: eth
supply string required
Total supply for this chain in the smallest unit (wei, satoshi, etc.)
Min length: >= 1 characters
Example: 1000000000000000000
success boolean required
Whether the supply fetch was successful
Example: true
error string
Error message if supply fetch failed
Example: Network timeout
cached boolean
Whether this supply data was retrieved from cache
Example: true
totalReserves string required
Total reserves
Min length: >= 1 characters

400 Response

404 Response

500 Response