Fund Created
When a new fund is created and your service account is added to that fund
Event name fundsub.fund.api_setup
Payload
{
"event": string,// example: "fundsub.fund.api_setup",
"createdAt": string,// example: "2025-01-06T04:15:51.218969Z",
"fundId": string,// example: "txnglx4xqno2wl8k.fsb9o9d",
"fundCustomId": string,// example: "Windy-Custom ID",
"subFunds": [
{
"subFundId": string,// example: "txnglx4xqno2wl8k.fsb9o9d.ivfp5k",
"subFundCustomId": string,// example: "Sub Fund Custom ID 1"
},
{
"subFundId": string,// example: "txnglx4xqno2wl8k.fsb9o9d.ivf9dj",
"subFundCustomId": string,// example: "Sub Fund Custom ID 2"
},
]
}
Updated 12 days ago