GET /api/v1/assets/{symbol}/price
Returns the current price for a cryptocurrency asset.
Authentication
None. This is a public endpoint.
Request
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
symbol | string | Yes | Asset symbol (e.g., BTCUSDT, ETHUSDT, SOLUSDT) |
Example
curl -X GET https://intotes.com/api/v1/assets/BTCUSDT/price