cURL
curl --request GET \ --url https://dev.api.emerging.eco/emerging-platform/v1/credits/issued
{ "project_id": "project-789", "time_period": "2023-Q4", "credits": 1200 }
Retrieve the number of credits issued per project and time period.
Unique identifier of the project.
Time period for which credits were issued.
Successful response
Number of credits issued.
Was this page helpful?