get_phase
Get the current market phase for one coin, across a timeframe. This is a paid call. Set kind to 'boundary' for the reading from the last closed bar, which is settled and won't change, or 'updates' for the live reading still forming inside the current bar. Leave tf off, or set it to 'all', for every timeframe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tf | No | Timeframe; omit or 'all' for every enabled timeframe. | |
| kind | Yes | 'boundary' = the settled reading from the last closed bar; 'updates' = the live reading still forming in the current bar. | |
| currency | Yes | The currency to classify. Call list_phase_meta for the enabled set. |