생성된 인증 헤더의 Sample 입니다.

응답 결과 값은 json 형태입니다.

{
    "code": "0",
    "message": "",
    "data": [
        {
            "marketCode": "USDT",
            "coinCode": "BTC",
            "lastTransactionPrice": "19079.90000000",
            "wholeYearLowPrice": "10.00000000",
            "wholeYearMaxPrice": "19390.32000000",
            "changeRate": "-0.01",
            "hh24TransactionVolume": "0.01268200",
            "todayMaxPrice": "19079.90000000",
            "todayLowPrice": "19079.90000000",
            "hh24TransactionTurnover": "241.97244480"
        }
    ],
}