cURL
curl --request GET \ --url https://api.tokenterminal.com/v2/projects/{project_id} \ --header 'Authorization: Bearer <token>'
{ "data": { "name": "<string>", "project_id": "<string>", "symbol": "<string>", "description": {}, "market_sectors": {}, "chains": [ "<string>" ], "links": [ { "summary": "<string>", "url": "<string>" } ], "aggregate_by_options": {}, "metric_availability": "<string>", "metric_definitions": [ { "metric_id": "<string>", "definition": "<string>" } ], "metric_sources": [ { "metric_id": "<string>", "definition": "<string>" } ] } }
Use this endpoint to retrieve the metric availability for a project.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Required input on the API when retrieving data for a project.
OK
Show child attributes
Returns the project name used on the web application.
Returns the ID of the project.
Returns the ticker for a project's token (exists if token is launched).
Returns project's description for who, what, and how.
Returns the market sectors the project belongs to.
Returns the chains the project operates on, e.g. ethereum, avalanche.
ethereum
avalanche
Returns the links to the project's website, social media, and other resources.
Link title
Link URL
Returns what a metric can be aggregated by (used in aggregate_by).
aggregate_by
Returns the metrics that are available for the project.
Returns the metric ID.
Returns the definition for the specific metric definition on the project.
Returns the definition for the specific metric source on the project.