WebSocket URL Notice
This endpoint currently uses the following WebSocket URL:Asset Prices
Request
All assets:| Param | Type | Description |
|---|---|---|
| asset | string | The asset by which to filter. Use all for all assets. |
Response
| Field | Type | Description |
|---|---|---|
| asset | string | The asset symbol. |
| assetArcId | string | The Amberdata ARC ID for the asset. |
| priceUSD | number | The USD price of the asset. |
| timestamp | number | The time at which the price update occurred. |
| type | string | The price update type. |
| volumeAsset | number | The asset volume. |
Example
Instrument Prices
Request
All instruments:| Param | Type | Description |
|---|---|---|
| instrument | string | The instrument by which to filter. Use all for all instruments. |
Response
| Field | Type | Description |
|---|---|---|
| arcInstrumentId | string | The Amberdata ARC ID for the instrument. |
| instrument | string | The instrument symbol. |
| priceUSD | number | The USD price of the instrument. |
| timestamp | number | The time at which the price update occurred. |
| type | string | The price update type. |
| volumeAsset | number | The asset volume. |