List fund grants by ID
Returns all grants (completed and pending) for a fund owned by the authenticated tech-platform partner. Unknown, foreign, and non-partner funds all return 404.
Authorizations
Headers
Partner API key used for authentication
Path Parameters
Response
List of grants for the partner-owned fund 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 smallest currency unit (1000000 = 1 USD)
"1000000"
Fee charged on this transfer in USDC smallest currency unit (1000000 = 1 USD)
"10000"
UTC timestamp when the transfer was created
"2024-03-20T10:30:00Z"
Requested amount for the transfer in USDC smallest currency unit (1000000 = 1 USD) (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"