Name | Description | Example |
---|---|---|
page_size
|
The number of results to return | - |
page_size
The number of results to return
|
Name | Description | Type |
---|---|---|
prices | array | |
last_price
|
The last price | number |
last_time
|
The timestamp of the last price | string |
index
|
The name of the Index | object |
symbol
|
The current ticker of the index | string |
next_page | The token required to request the next page of the data. If null, no further results are available. | string |
prices
|
||
next_page
The token required to request the next page of the data. If null, no further results are available.
|
Request Body:
null
{ "prices": [ { "last_price": "6050.61", "last_time": "2024-12-17T21:58:19.400Z", "index": { "symbol": "SPX" } }, { "last_price": "15.93", "last_time": "2024-12-17T21:15:01.327Z", "index": { "symbol": "VIF" } }, { "last_price": "3429.65", "last_time": "2024-12-17T21:15:20.408Z", "index": { "symbol": "SPRF10" } }, { "last_price": "2634.12", "last_time": "2024-12-17T21:15:00.492Z", "index": { "symbol": "BXMH" } }, { "last_price": "2415.51", "last_time": "2024-12-17T21:58:19.369Z", "index": { "symbol": "SIXT" } }, { "last_price": "9635.59", "last_time": "2024-12-17T22:46:53.197Z", "index": { "symbol": "BXLKH" } }, { "last_price": "339.63", "last_time": "2024-04-05T20:15:01.257Z", "index": { "symbol": "CLLR" } }, { "last_price": "26.76", "last_time": "2024-04-05T20:02:02.399Z", "index": { "symbol": "VXGS" } }, { "last_price": "15.91", "last_time": "2024-04-05T20:02:02.504Z", "index": { "symbol": "VXEFA" } }, { "last_price": "497.03", "last_time": "2024-12-17T21:15:00.491Z", "index": { "symbol": "LOVOL" } } ], "next_page": "MTQ=" }