Retrieve Project Stats

Retrieve Project Stats

get

This endpoint allows you to retrieve stats about the NFTs in a Project.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
transferablestringRequired

Value must be either 't' for transferable or 'n' for non-transferable

projectIdintegerRequired
Responses
200Success
application/json
get
/v2/projects/:transferable/:projectId/stats

Example

curl --location --request GET 'https://dev.underdogprotocol.com/v2/projects/n/4' \
--header 'Authorization: Bearer {token}'

Last updated