Skip to content

Commit 4abd19e

Browse files
Fix parameter case for the getCandles APi (dydxprotocol#432)
1 parent 75be253 commit 4abd19e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/pages/indexer-client/http/markets/get_candles.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ pub async fn get_perpetual_market_candles(
5151
| `market` | path | [Ticker] | true | The market ticker. |
5252
| `resolution` | query | [CandleResolution] | true | The candle resolution (e.g., "1DAY", "1HOUR", "1MIN"). |
5353
| `limit` | query | [u32] | false | The maximum number of candles to retrieve. |
54-
| `fromIso` | query | [DateTime] | false | The start timestamp in ISO format. |
55-
| `toIso` | query | [DateTime] | false | The end timestamp in ISO format. |
54+
| `fromISO` | query | [DateTime] | false | The start timestamp in ISO format. |
55+
| `toISO` | query | [DateTime] | false | The end timestamp in ISO format. |
5656

5757
#### Response
5858

0 commit comments

Comments
 (0)