Create fund
Creates a partner-managed DAF using the acting user identity and partnerAccountIdentifier idempotency.
The acting user is resolved in one of two ways:
- Tech-platform impersonation: a partner API key plus the
x-endaoment-user-iduser header (or partner OIDC bearer). - API-key-only body resolution: a partner API key plus a body
partnerUserIdentifierand no impersonation header, available when partner inflow routes are enabled. The identifier selects a partner-owned, previously provisioned user.
When both a header/OIDC user and a body partnerUserIdentifier are supplied they must resolve to the same user;
a contradiction is rejected with 400 and an identifier that does not match a user for this partner is 404.
Authorizations
Headers
UUID of the Endaoment user to act as. Optional when a body partnerUserIdentifier is supplied on an API-key-only request (no impersonation header).
Partner API key. Required for server-to-server partner flows; omit when the caller presents a registered OAuth client access token via Bearer auth.
Body
Name of the fund
255"Lovelace Family DAF"
Opaque partner-generated identifier for this fund, used as the partner-scoped idempotency key. Must be 16-64 printable ASCII characters; leading/trailing whitespace is trimmed before validation.
16 - 64^[\x20-\x7E]{16,64}$"a7e21d94-5c3f-4b8a-9f60-2e4d8c1b7a53"
Description of the fund. Defaults to the partner DAF name when omitted.
"A family DAF managed through a partner integration"
Type of the fund being created.
Private, Transparent "Private"
Opaque partner-generated identifier for the acting user. Used only to resolve or corroborate the user; it is not stored on the fund or returned in the response.
16 - 64^[\x20-\x7E]{16,64}$"c3f8b2e4-9d1a-4f6b-8e2c-7a5d90c41b3f"
Response
An existing partner-managed fund was returned idempotently.
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 synced USDC balance in the smallest currency unit (1000000 = 1 USD). This does not account for asynchronous grants, asynchronous entity transfers, or asynchronous investments that may still be processing.
"20500000"
Amount available to grant or transfer in the smallest currency unit (1000000 = 1 USD), adjusted for invested value, in-transit portfolio operations, and pending asynchronous transfers.
"21000000"
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, in the smallest currency unit (1000000 = 1 USD)
"1000000000"
The fee charged for inbound operations in basis points (1 basis point = 0.01%)
25
The fee charged for outbound operations in basis points (1 basis point = 0.01%)
50
Total number of grants given by this fund
10
Amount of USDC pending purchase in the smallest currency unit (1000000 = 1 USD)
"5000000"
Amount of USDC pending sale in the smallest currency unit (1000000 = 1 USD)
"3000000"
Total amount invested in USDC, in the smallest currency unit (1000000 = 1 USD)
"50000000"
Total amount granted in USDC, in the smallest currency unit (1000000 = 1 USD)
"25000000"
Total amount in processing transfers in USDC, in the smallest currency unit (1000000 = 1 USD)
"1000000"
Total balance in illiquid portfolios in USDC, in the smallest currency unit (1000000 = 1 USD)
"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"
Details about why this fund has custom fees. Only set if either inbound or outbound fee is custom
"Special Community Fund Agreement"