Vouches
Overview
Endpoints
Query Vouches
POST /api/v1/vouchesParameters
{
"ids": [1, 2, 3],
"authorProfileIds": [123, 456],
"subjectProfileIds": [789, 101],
"subjectAddresses": ["0x1234...", "0x5678..."],
"subjectAttestationHashes": ["0xabcd...", "0xef01..."],
"archived": false,
"duration": "90d",
"orderBy": {
"vouchedAt": "desc"
},
"limit": 10,
"offset": 0
}Property
Type
Required
Description
Responses
Property
Type
Description
Example
Notes
Get Vouched Ethereum
Parameters
Property
Type
Required
Description
Responses
Property
Type
Description
Example
Notes
Get Most Credible Vouchers
Parameters
Property
Type
Required
Description
Responses
Property
Type
Description
Example
Notes
Get Mutual Vouchers
Parameters
Name
Type
Required
Description
Responses
Property
Type
Description
Example
Notes
Get Vouch Rewards
Parameters
Property
Type
Required
Description
Responses
Property
Type
Description
Example
Notes
Last updated