KAIA 코인 시세(전일 종가) 조회

KAIA (=KLAY) 코인 시세(전일 종가)를 조회합니다. KAS에서 global fee payer 사용 요금을 측정하기 위함이며, KAIA 가격(전일 종가 + KAS 마진율)을 확인할 수 있습니다. 호환성을 위해 기존의 /v2/cryptocurrency/klay/fee-price 경로를 유지하고 있습니다.

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

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

Responses
200
get/v2/cryptocurrency/klay/fee-price
Request samples
curl -i -X GET \
  -u <username>:<password> \
  https://th-api.klaytnapi.com/v2/cryptocurrency/klay/fee-price \
  -H 'x-chain-id: string'
Response samples
application/json
{
  • "timestamp": "1655776800",
  • "createdAt": "1655773200",
  • "date": "2022-06-21",
  • "krw": "319.6902581154326",
  • "usd": "0.2473129010566874",
  • "krwFee": "329.28096585889557",
  • "usdFee": "0.25473228808838805",
  • "marginRate": 3
}