KAIA (=KLAY) 실시간 가격을 조회합니다. 말 그대로 실시간이기 때문에 조회할 때마다 가격이 변동할 수 있습니다. 호환성을 위해 기존의 /v2/cryptocurrency/klay
경로를 유지하고 있습니다.
curl -i -X GET \ -u <username>:<password> \ https://th-api.klaytnapi.com/v2/cryptocurrency/klay \ -H 'x-chain-id: string'
{- "symbol": "KLAY",
- "krw": "326.01",
- "usd": "0.252614",
- "volume24H": "29397093112.417747",
- "percentChange24H": "5.4791072144293125",
- "createdAt": "1655787540"
}