Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The token id suggested for the donation
1
The input amount of the token that was given to the entity, in its smallest unit.
"1000000000000000000"
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
Crypto pledge recommendation successfully created
The recommendation id
"123e4567-e89b-12d3-a456-426614174000"