Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier of the fund
Response
List of grants successfully retrieved
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"