Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Recommended token to be donated
1
The chain ID where the donation should occur.
1
Amount of input token used by the donation, denominated in its smallest currency unit
"1000000000000000000"
Whether the advisor wants to offset the donation fee
true
Unique identifier for the recommendation. Generated on the client side to ensure idempotency.
Optional donor name to expose to the receiving entity. Not to be confused with donorIdentity
which is the PII/tax receipt information of the donor
"Anonymous Donor"
Optional identity information for the donation receipt.
Whether to update the user's global identity with the provided donation identity.
true
Whether the donor wants to share their email with the org.
false
ID of the fund that the advisor is collaborating with
Response
Donation recommendation successfully created
The recommendation id
"123e4567-e89b-12d3-a456-426614174000"