KAIA 실시간 가격 조회

KAIA (=KLAY) 실시간 가격을 조회합니다. 말 그대로 실시간이기 때문에 조회할 때마다 가격이 변동할 수 있습니다. 호환성을 위해 기존의 /v2/cryptocurrency/klay 경로를 유지하고 있습니다.

Request
Security:
header Parameters
x-chain-id
required
string

Kaia 네트워크 체인 ID (1001 또는 8217)

Responses
200
get/v2/cryptocurrency/klay
Request samples
curl -i -X GET \
  -u <username>:<password> \
  https://th-api.klaytnapi.com/v2/cryptocurrency/klay \
  -H 'x-chain-id: string'
Response samples
application/json
{
  • "symbol": "KLAY",
  • "krw": "326.01",
  • "usd": "0.252614",
  • "volume24H": "29397093112.417747",
  • "percentChange24H": "5.4791072144293125",
  • "createdAt": "1655787540"
}