仮想通貨の価格を入手する

操作 ID
actions.intent.GET_CRYPTOCURRENCY_PRICE
説明
特定の暗号通貨の価格を取得します。
クエリの例

en-US

  • ExampleCryptocurrency のメリットは?
  • ExampleCryptocurrency の価格を確認して。
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"
   
]
 
}
]