Set
Customized data sources for Set protocol
1. Set Protocol Sets History
Listing the history of the creation and rebalance of all the sets.
blockNumber and blockTimestamp: The block number and the time when this transaction happened.
setTokenAddress: The address of the set token.
category: Either "robo" or "tradingSocial".
components: The underlying tokens of the set. The composition changes when rebalance happens.
address: Address of the underlying token.
name: Name of the underlying token.
decimals: Decimals of the underlying token.
quantityPerSet: How much underlying token is included in this set.
setToken: More metadata about this set token.
address: The address of the set, value is same as
setTokenAddress
name: Name of the set token.
symbol: Symbol of the set token.
naturalUnit: The natural unit of the set token.
initialized: boolean. Value is set to "true" as soon as the set has been traded through
SetIssued
orSetRedeemed
2. Vault Daily Balance
Daily token balance of the vault contract of Set.
_id: Unix epoch timestamp of the day
sets: Array of set tokens
address: Address of the set token
category: Either "robo" or "socialTrading"
totalSupply: Total supply of the set token.
marketCap: Market cap of the set token.
totalUSD: Sum of token values in USD
assets: Array of assets
symbol: Symbol of the asset token.
balance: Token balance
balanceUSD: Token balance converted to USD.
3. Daily Transactions
Listing daily aggregation of sets' buy/sell/rebalance transactions volume
_id: Unix epoch timestamp of the day
actions: Daily transaction volume breakdown by txs action
action: One of ["buy", "sell", "rebalance"]
bySetCategory: Available if action is "buy" or "sell"
category: Either "robo" or "socialTrading"
volumeUSD: Daily transaction amount in USD
cumulativeVolumeUSD: Cumulative amount since Set Protocol launched.
byTag: Available if action is "rebalance"
tag: If action is "rebalance", txs are tagged by market pair, like "USDC-WETH", "LINK-USDC", etc
volumeUSD: Daily transaction amount in USD
cumulativeVolumeUSD: Cumulative amount since Set Protocol launched.
volumeUSD: Daily total transaction amount in USD
cumulativeVolumeUSD: Cumulative amount since Set Protocol launched.
Last updated