cURL
curl --request GET \ --url https://api.tokenterminal.com/v2/projects/{project_id}/products/{product_id} \ --header 'Authorization: Bearer <token>'
{ "data": { "name": "<string>", "product_id": "<string>", "project_id": "<string>", "symbol": "<string>", "market_sectors": {}, "chains": [ "<string>" ], "aggregate_by_options": {}, "metric_availability": {}, "metric_definitions": [ {} ], "metric_sources": [ {} ] } }
Use this endpoint to retrieve detailed information about a specific product within a project.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the project
ID of the product
OK
Show child attributes
Name of the product
Unique identifier for the product
Identifier for the parent project
Symbol for the product
Market sectors the product belongs to
Chains the product operates on
Available options for aggregating data
Available metrics for the product
Definitions for available metrics
Sources for available metrics