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