Preise für Kryptowährungen abrufen

Aktions-ID
actions.intent.GET_CRYPTOCURRENCY_PRICE
Beschreibung
Sie können Preise für eine bestimmte Kryptowährung abrufen.
Beispielabfragen

en-US

  • Welchen Wert hat ExampleCryptocurrency?
  • Prüfen Sie den Preis von ExampleCryptocurrency.
JSON-LD-Beispiel
[
 
{
   
"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"
   
]
 
}
]