GCKAIA Stats v0 API
The GCKAIA Stats API allows you to retrieve various statistics for the GCKAIA token, including its annual percentage yield (APY) and total supply.
Endpoint
https://api.swapscanner.io/v0/stats/gckaia
Response
The response is a JSON object with key-values represented as follows:
address
- GCKAIA token contract addresswithdrawalDelay
- withdrawal request TTL in secondstotalBalance
- total supply of the token which means the total staked KLAY amount to the GCKAIA contractapy
- annual percentage yield of the token
Example
{
"address": "0x999999999939ba65abb254339eec0b2a0dac80e9",
"withdrawalDelay": 604800,
"totalBalance": "73694627039931018914136010",
"apy": 0.05995041847198471
}