market_data_assets
Retrieve cryptocurrency asset details by ID or symbol to access metadata and market data for analysis.
Instructions
Market Data assets (asset details).
Actions: • get-asset-details-by-asset-id: Get asset details by unique asset ID • get-asset-details-by-asset-symbol: Get asset details by symbol (e.g. BTC, ETH)
Credits by action (source: OpenAPI): • get-asset-details-by-asset-id: 10 • get-asset-details-by-asset-symbol: 10
Credits are indicative only and may change at any time. The actual credits spent for each API request are returned in the response headers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| assetId | No | Asset ID - for get-asset-details-by-asset-id | |
| context | No | Optional context for the request - echoed back in response | |
| assetSymbol | No | Asset symbol (e.g. BTC) - for get-asset-details-by-asset-symbol |