Skip to content

Instantly share code, notes, and snippets.

@pradyuman-verma
Created September 3, 2022 17:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pradyuman-verma/8224b4b87267a47de8884bff10c6c2e9 to your computer and use it in GitHub Desktop.
Save pradyuman-verma/8224b4b87267a47de8884bff10c6c2e9 to your computer and use it in GitHub Desktop.
[
{
"market": "0xc3d688B66703497DAA19211EEdff47f25384cdc3",
"marketName": "USDC",
"key": "usdc",
"baseToken": {
"key": "usdc",
"type": "token",
"symbol": "USDC",
"name": "USD Coin",
"address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"decimals": 6,
"isStableCoin": true,
"logoURI": "https://cdn.instadapp.io/icons/tokens/usdc.svg",
"price": "1",
"coingeckoTokenId": "usd-coin"
},
"collateralToken": [
{
"key": "comp",
"type": "token",
"symbol": "COMP",
"name": "Compound",
"address": "0xc00e94Cb662C3520282E6f5717214004A7f26888",
"decimals": 18,
"isStableCoin": false,
"logoURI": "https://cdn.instadapp.io/icons/tokens/comp.svg",
"price": "48.29511204",
"coingeckoTokenId": "compound-governance-token",
"borrowCollateralFactor": "0.65",
"liquidateCollateralFactor": "0.7",
"liquidationFactor": "0.93",
"liquidationPenalty": "0.07"
},
{
"key": "wbtc",
"type": "token",
"symbol": "WBTC",
"name": "Wrapped BTC",
"address": "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
"decimals": 8,
"isStableCoin": false,
"logoURI": "https://cdn.instadapp.io/icons/tokens/wbtc.svg",
"price": "19803.79574587",
"coingeckoTokenId": "wrapped-bitcoin",
"borrowCollateralFactor": "0.7",
"liquidateCollateralFactor": "0.77",
"liquidationFactor": "0.95",
"liquidationPenalty": "0.05"
},
{
"key": "eth",
"type": "token",
"symbol": "ETH",
"name": "Ethereum",
"address": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
"decimals": 18,
"isStableCoin": false,
"logoURI": "https://cdn.instadapp.io/icons/tokens/eth.svg",
"price": "1551.48487212",
"coingeckoTokenId": "ethereum",
"borrowCollateralFactor": "0.825",
"liquidateCollateralFactor": "0.895",
"liquidationFactor": "0.95",
"liquidationPenalty": "0.05"
},
{
"key": "uni",
"type": "token",
"symbol": "UNI",
"name": "Uniswap Token",
"address": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984",
"decimals": 18,
"isStableCoin": false,
"logoURI": "https://cdn.instadapp.io/icons/tokens/uni.svg",
"price": "6.29453157",
"coingeckoTokenId": "uniswap",
"borrowCollateralFactor": "0.75",
"liquidateCollateralFactor": "0.81",
"liquidationFactor": "0.93",
"liquidationPenalty": "0.07"
},
{
"key": "link",
"type": "token",
"symbol": "LINK",
"name": "ChainLink Token",
"address": "0x514910771AF9Ca656af840dff83E8264EcF986CA",
"decimals": 18,
"isStableCoin": false,
"logoURI": "https://cdn.instadapp.io/icons/tokens/link.svg",
"price": "6.82761241",
"coingeckoTokenId": "chainlink",
"borrowCollateralFactor": "0.79",
"liquidateCollateralFactor": "0.85",
"liquidationFactor": "0.93",
"liquidationPenalty": "0.07"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment