REST APIs
Last updated
Was this helpful?
Was this helpful?
GET / scan / search;{
"success": true,
"statusCode": 200,
"data": {
"queryResult": [
{
"type": "attestation",
"rows": [
{
"id": "onchain_evm_80001_0x1",
"chainType": "evm",
"chainId": "80001",
"attestationId": "0x1",
"attester": "0x9854E76134e6D729A633CED51042fF653f04f4C5",
"recipients": []
},
...
],
"total": 2
}
]
},
"message": "ok"
}GET / scan / addresses / { address } / statistics;{
"success": true,
"statusCode": 200,
"data": {
"schemaCreated": 6,
"totalAttestations": 14,
"attestationCreated": 13,
"attestationReceived": 3
},
"message": "ok"
}