암호화폐 가격 확인

액션 ID
actions.intent.GET_CRYPTOCURRENCY_PRICE
설명
특정 암호화폐의 가격을 확인할 수 있습니다.
쿼리 예
JSON-LD 샘플
[
  {
    "exampleValues": [
      {
        "@context": "https://schema.googleapis.org",
        "@type": "MonetaryAmount",
        "currency": "USD",
        "validAt": "2018-01-01T00:00:00"
      }
    ],
    "name": "cryptocurrency",
    "schemaType": [
      "https://schema.googleapis.org/MonetaryAmount"
    ]
  },
  {
    "exampleValues": [
      {
        "@context": "https://schema.googleapis.org",
        "@type": "MonetaryAmount",
        "currency": "USD",
        "validAt": "2018-01-01T00:00:00"
      }
    ],
    "name": "exchange",
    "schemaType": [
      "https://schema.googleapis.org/MonetaryAmount"
    ]
  },
  {
    "exampleValues": [
      {
        "@context": "https://schema.googleapis.org",
        "@type": "MonetaryAmount",
        "currency": "USD",
        "validAt": "2018-01-01T00:00:00"
      }
    ],
    "name": "targetMonetarySpec",
    "schemaType": [
      "https://schema.googleapis.org/MonetaryAmount"
    ]
  }
]