Skip to main content
GET
Get Detailed Financial Information

Authorizations

Authorization
string
header
required

Extended access token required for more sensitive data, in the format Authorization: Bearer <token>

Path Parameters

project_id
string<uuid>
required

Unique identifier of the project

Query Parameters

start_date
string<date>

Start date for financial data (ISO 8601 format)

Example:

"2024-01-01"

end_date
string<date>

End date for financial data (ISO 8601 format)

Example:

"2024-12-31"

Response

Detailed financial information successfully retrieved

project_id
string
required

Project identifier

Example:

"proj_789012"

revenue_share_percentage
number
required

Percentage of revenue shared with community

Required range: 0 <= x <= 100
Example:

30.5

payment_types
object
required

Breakdown of different payment types and their amounts

Example:
payment_distribution
object
required
payment_methods
object
required
payment_frequency
integer
required

Average payment frequency in days

Required range: x >= 1
Example:

30

revenue_share_amount_usd
number

Total amount shared with community in USD

Example:

1500000

total_community_income_usd
number

Total income received by community in USD

Example:

2000000