ক্রিপ্টোকারেন্সির দাম পান

অ্যাকশন আইডি
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"
   
]
 
}
]