Get fund by ID
Retrieves detailed information about a specific fund by its ID.
Access Control:
- Public funds are visible to all users
- Private funds are only visible to the fund manager and collaborators
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier of the fund
Response
Unique identifier of the fund
"123e4567-e89b-12d3-a456-426614174000"
Name of the fund
"Doe Family Foundation"
Access type of the fund
Private
, Community
, Transparent
, ImpactPool
"Private"
Basic information about the fund manager. The manager has technical capability to interact with the blockchain and perform programmatic functions.
Chain ID where the fund is deployed
1
Fund advisor information. The advisor is tied to a real-world person/entity and acts as the public contact for the fund. This can be the same person as the manager or someone the manager acts on behalf of.
Index determining the fund's position in featured listings. Lower numbers appear first
1
Current USDC balance with 6 decimal places (1000000 = 1 USDC)
"20500000"
Detailed description of the fund
"A family foundation dedicated to supporting educational initiatives"
UTC timestamp of fund creation
"2024-01-01T00:00:00Z"
UTC timestamp of last fund update
"2024-03-14T12:00:00Z"
Total lifetime donations received in USDC with 6 decimal places
"1000000000"
Total number of grants given by this fund
10
Amount of USDC pending purchase with 6 decimal places
"5000000"
Amount of USDC pending sale with 6 decimal places
"3000000"
Total amount invested in USDC with 6 decimal places
"50000000"
Total amount granted in USDC with 6 decimal places
"25000000"
Total amount in processing transfers in USDC with 6 decimal places
"1000000"
Total balance in illiquid portfolios in USDC with 6 decimal places
"10000000"
Impact Pool specific details. Only available for Impact Pool type funds
Information needed for on-chain deployment. Only available for funds not yet deployed
Transaction hash of the deployment transaction
"0xf89f7da1e5d79dcb1b8863d0926fe41204785b443ce2d1dca4bf50070c492567"
Contract address of the fund
"0x1234567890123456789012345678901234567890"
UTC timestamp of the last balance sync
"2024-03-14T12:00:00Z"
Brief description of the fund
"Supporting education"
Custom URL identifier for the fund
"doe-family-foundation"
PayPal merchant ID associated with the fund
"123e4567-e89b-12d3-a456-426614174000"
URL of the fund's logo image
"https://example.com/logo.png"
Internal notes about the fund (staff only)
Category of the fund (e.g., Education, Health)
"Education"
Was this page helpful?