Get mining asset production history
Return the asset's elected production history as a time series, newest period first — one row per commodity and period, with annual roll-ups above that year's quarters. Quantities are **100% of the operation** (not any one owner's share), as contained metal in elemental kilograms, each alongside a formatted label. Asset rows also carry produced grade and recovery rate. Unpaginated: the full history is returned in one call.
Authorization
apiKeyAuth Organization API key, format pulse_<prefix>_<secret>. Created by an organization admin in Settings -> API Keys.
In: header
Path Parameters
Mining asset id.
Response Body
The asset's elected production history. Empty `results` when none is on file.
Elected production history for one entity, newest period first.
curl -X GET "https://example.com/v1/mining-assets/0/production/" \ -H "Authorization: Bearer $PULSE_API_KEY"{ "results": [ { "commodity": { "symbol": "string", "name": "string" }, "basis": "attributable", "source_publication_id": 0, "source_url": "string", "source_count": 0, "published_date": "string", "year": 0, "quarter": 0, "period_label": "string", "value_type": "string", "projection_origin": "string", "canonical_output_kg": 0, "output_label": "string", "output_measure": "string", "aisc_per_kg_in_usd": 0, "aisc_label": "string", "c1_per_kg_in_usd": 0, "c1_label": "string", "total_cash_cost_per_kg_in_usd": 0, "total_cash_cost_label": "string", "grade_label": "string", "recovery_rate": 0 } ], "count": 0}GETGet a mining asset dossier
Return the full picture for a single mining asset: overview, recent news, and recent drilling results.
GETGet mining asset reserves and resources
Return the asset's elected reserves and resources estimates, newest effective date first — one row per commodity and as-of date, carrying reserves, total resources, measured & indicated, inferred, and total inventory. Quantities are **100% of the deposit** (not any one owner's share), as contained metal in elemental kilograms, each alongside a formatted label and that tier's ore grade. Unpaginated: every estimate on file is returned in one call.