Complete a donation pledge
Completes a donation pledge by liquidating it, processing the donation, and returning the resulted donation.
This endpoint:
- Processes the pledge completion and returns the resulting donations
- All donations will have the amount of 10 USDC
Headers
API key used for authentication and authorization
Path Parameters
The unique identifier of the fund
Response
ID of the Donation
"9bc260c9-2724-48ac-802e-fcad3cf3fb88"
ID of the destination that received the donation. If this is set, all other destinations are null
"4cc1500a-8dd0-4543-acf0-3b5433ef7a9a"
Type of the entity that received the donation
"org"
Transaction hash of the donation made to the target entity.
"0xffa8b0ef694866c23ae004b51661215d6654068cb3e0d3afca8d077047718673"
Endaoment contract that received the donation
"0xa68bb66c56e99d3a8799907c02a77275a60bf4fe"
Id of the user that made the donation. Can be null in case of anonymous donations.
"86a15444-e720-468d-a50d-e013ead44261"
On-chain address that made the donation.
"0x18682b92bfa61e6c2c200c449fb0041124f05427"
Input token of the donation. Denominated in the smallest currency unit of the input token. For stock donations, this will be the amount of shares donated.
"250000"
Input token of the donation. Will be null if donation is a stock donation.
{
"id": 1032,
"symbol": "FIAT.USD",
"name": "US Dollar",
"decimals": 6,
"logoUrl": "https://assets.coingecko.com/coins/images/6319/thumb/USD_Coin_icon.png?1547042389",
"type": "Token",
"featured": false,
"popularity": 0
}
Input stock of the donation. Will be null if donation is a crypto donation.
null
Net Output Amount for the Donation, liquid of fees. Stored in USDC Units. 2'000'000 USDC units = 2.00 USD
"1"
Fees charged for the donation. Stored in the smallest unit of the base token (currently USDC). 2'000'000 USDC units = 2.00 USD
"0"
Output token of the donation
{
"id": 18,
"symbol": "USDC",
"name": "USD//C",
"decimals": 6,
"logoUrl": "https://assets.coingecko.com/coins/images/6319/thumb/USD_Coin_icon.png?1547042389",
"type": "EvmToken",
"featured": false,
"popularity": 0,
"chainId": 31337,
"contractAddress": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
}
ISO-8601 string describing the UTC Date that this donation was registered in the database
"2025-03-26T18:20:48.493Z"
Chain ID of the Donation.
31337
Was this page helpful?