Common Objects

Common Structures

Chain

{
  "name": "Ethereum",
  "id": 1,
  "logo": "https://files.krystal.app/DesignAssets/chains/ethereum.png",
  "explorer": "https://etherscan.io"
}

Token

{
  "name": "Wrapped ETH",
  "symbol": "WETH",
  "address": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
  "decimals": 18,
  "logo": "https://storage.googleapis.com/k-assets-prod.krystal.team/tokens/weth.png"
}

TokenWithValue

{
  "token": { /* Token object */ },
  "balance": "1492139811232288409022", # amount in wei
  "price": 1
  "value": 1492
}

Protocol

Pool

Incentive

APR

Last updated