Create an async grant request
Creates a pending (async) grant request that will be processed by Endaoment. The grant will be in a pending state until it is fully processed.
This endpoint requires authentication and the user must have permission to create grants from the specified fund.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Unique identifier to prevent duplicate grant requests
"123e4567-e89b-12d3-a456-426614174000"
ID of the fund that is the origin of the grant
"123e4567-e89b-12d3-a456-426614174000"
ID of the organization that will receive the grant
"123e4567-e89b-12d3-a456-426614174000"
The amount in USDC to be granted
"1000000"
Public declaration of the grant purpose
511
"Supporting educational programs"
ID of the subproject that will receive the grant. Must be sponsored by the destination organization
"123e4567-e89b-12d3-a456-426614174000"
Name of the person recommending the grant
255
"John Doe"
Binding instructions for the use of granted assets that the receiving organization must accept
"Funds must be used exclusively for the summer education program"
Indicates if the donor agrees to share their email with the receiving organization
List of recommendation IDs associated with the grant
["123e4567-e89b-12d3-a456-426614174000"]
Response
Unique identifier of the transfer
"123e4567-e89b-12d3-a456-426614174000"
Type of transfer, always "grant" for GrantTransferDto
GrantTransfer
, EntityTransfer
"grant"
Status of the transfer (deprecated)
PendingReview
, Approved
, Rejected
"approved"
Transaction hash of the donation made to the target entity
"0x1234567890abcdef"
Net output amount for the transfer (total - fees) in USDC units
"1000000"
Fee charged on this transfer in USDC units
"10000"
UTC timestamp when the transfer was created
"2024-03-20T10:30:00Z"
Requested amount for the transfer in USDC units (only for async transfers)
"1000000"
UTC timestamp when the transfer was last updated
"2024-03-20T10:30:00Z"
Current status of the async transfer request
PendingLiquidation
, Liquidated
, Cancelled
"pending"
Chain ID where the transfer occurred (null for async transfers)
1
Organization receiving the grant. Null if the grant is for a subproject.
Subproject receiving the grant. Null if the grant is for an organization.
Name of the person who recommended the grant
"John Doe"
Purpose of the grant
"Supporting educational programs"
Special instructions for the use of granted assets
"Funds must be used exclusively for the summer education program"
Was this page helpful?