Skip to content

Get project funding stats

GET
/projects/{fundraiserId}/stats

Returns allocation, disbursement, and milestone-count stats for a project-type fundraiser. Non-project fundraisers return zeroed stats.

Parameters

Path Parameters

fundraiserId*
Type
string
Required

Responses

Project stats

application/json
JSON
{
"totalAllocated": 0,
"totalDisbursed": 0,
"unallocated": 0,
"milestones": {
"total": 0,
"additionalProperties": 0
}
}

Playground

Server
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Built with VitePress