Public endpoint. Returns recently uploaded quotes ordered by timestamp.
cURL
curl --request GET \ --url https://cloud-api.phala.com/api/v1/attestations/recent
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Offset for pagination
x >= 0
Max results
1 <= x <= 100
List of recent quotes
Was this page helpful?