Docs
Version 0 (v0)
GCKLAY Stats

GCKLAY Stats v0 API

The GCKLAY Stats API allows you to retrieve various statistics for the GCKLAY token, including its annual percentage yield (APY) and total supply.

Endpoint

https://api.swapscanner.io/v0/stats/gcklay

Response

The response is a JSON object with key-values represented as follows:

  • address - GCKLAY token contract address
  • withdrawalDelay - withdrawal request TTL in seconds
  • totalBalance - total supply of the token which means the total staked KLAY amount to the GCKLAY contract
  • apy - annual percentage yield of the token

Example

{
  "address": "0x999999999939ba65abb254339eec0b2a0dac80e9",
  "withdrawalDelay": 604800,
  "totalBalance": "73694627039931018914136010",
  "apy": 0.05995041847198471
}