क्रिप्टो करंसी की कीमतें पाएं

कार्रवाई ID
actions.intent.GET_CRYPTOCURRENCY_PRICE
ब्यौरा
किसी खास क्रिप्टो करंसी की कीमत पता करें.
क्वेरी के उदाहरण

en-US

  • Exampleक्रिप्टो करंसी की वैल्यू क्या है?
  • Exampleक्रिप्टो करंसी की कीमत देखें.
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"
   
]
 
}
]