Parameters
Output
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"day",
"month",
"all"
],
"properties": {
"all": {
"ref": "#metadata",
"type": "ref"
},
"day": {
"ref": "#metadata",
"type": "ref"
},
"month": {
"ref": "#metadata",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"actor"
],
"properties": {
"actor": {
"type": "string",
"format": "did"
}
}
}
}