Donation Pledges
Create a crypto donation pledge
Creates a new donation pledge for a cryptocurrency donation to Endaoment.
Authentication is optional:
- Authenticated users will have the pledge associated with their account
- Unauthenticated users can still create pledges but won’t have them linked to any account
This endpoint allows users to:
- Register their crypto donation with Endaoment, alongside the transaction hash proving the donation happened on-chain
- Specify the amount and receiving fund
- Optionally provide donor identity information for the donation receipt
For transactions on Ethereum (or any other chain our protocol is deployed on), please use the smart contracts + ‘donations’ endpoint instead.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200
application/json
Crypto donation pledge successfully created
The response is of type object
.