3. API Endpoints
1. Mint Impact Certificate API Version1
POST https://4vnprobuo7.execute-api.ap-south-1.amazonaws.com/production/v1/mintRequest{
"projectName": "Sample Project",
"projectStartDate": "2025-09-18T13:40:40",
"projectEndDate": "2025-09-25T13:40:40",
"backerName": "Sample Organisation",
"backerLogo": "https://orgwebsite.org/sample_image.png",
"projectDescription": "This project was carried out in Bengaluru to promote rainwater harvesting. Over 20000 households setup rainwater harvesting which can potentially lead to 4000000 litres of water being harvested",
"totalFundsDeployedUSD": 50000,
"totalImpactPointsAllocated": 2000000,
"impactCoresAffected": ["Water", "Earth", "Energy", "Social"],
"SDGsAffected": ["Zero hunger", "No poverty"],
"bountyTypeWisePassAndFailCount": [
{
"type": "Design",
"passCount": 20,
"failCount": 5
},
{
"type": "Code",
"passCount": 23,
"failCount": 2
}
],
"paymentTransactionBlockchain": "arbitrum",
"paymentTransactionHash": "0x9f3a1c7b4e2d90f5b8c3a6e12d7f4b0c5a9e8f1d2c3b4a5e6f7091a2b3c4d5e",
"paymentTokenAddress": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"mintBlockchain": "arbitrum",
"receiverAddress": "0x7c4e9a3f82b5d1a6c2f08b34e9d7ab1938f5e247"
}Field
Type
Description
2. Mint Impact Certificate API Version2
Field
Type
Description
3. Check Impact Certificate Mint Status API
Last updated