POST api/getHome
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
homeapi| Name | Description | Type | Additional information |
|---|---|---|---|
| top | Collection of metadata |
None. |
|
| gainer | Collection of metadata |
None. |
|
| looser | Collection of metadata |
None. |
Response Formats
application/json, text/json
Sample:
{
"top": [
{
"symbol": "sample string 1",
"priceChange": 2.0,
"priceChangePercent": 3.0,
"weightedAvgPrice": "sample string 4",
"prevClosePrice": "sample string 5",
"lastPrice": 6.0,
"lastQty": "sample string 7",
"bidPrice": "sample string 8",
"bidQty": "sample string 9",
"askPrice": "sample string 10",
"askQty": "sample string 11",
"openPrice": "sample string 12",
"highPrice": "sample string 13",
"lowPrice": "sample string 14",
"volume": 15.0,
"quoteVolume": 16.0,
"openTime": {},
"closeTime": {},
"firstId": 19,
"lastId": 20,
"count": 21
},
{
"symbol": "sample string 1",
"priceChange": 2.0,
"priceChangePercent": 3.0,
"weightedAvgPrice": "sample string 4",
"prevClosePrice": "sample string 5",
"lastPrice": 6.0,
"lastQty": "sample string 7",
"bidPrice": "sample string 8",
"bidQty": "sample string 9",
"askPrice": "sample string 10",
"askQty": "sample string 11",
"openPrice": "sample string 12",
"highPrice": "sample string 13",
"lowPrice": "sample string 14",
"volume": 15.0,
"quoteVolume": 16.0,
"openTime": {},
"closeTime": {},
"firstId": 19,
"lastId": 20,
"count": 21
}
],
"gainer": [
{
"symbol": "sample string 1",
"priceChange": 2.0,
"priceChangePercent": 3.0,
"weightedAvgPrice": "sample string 4",
"prevClosePrice": "sample string 5",
"lastPrice": 6.0,
"lastQty": "sample string 7",
"bidPrice": "sample string 8",
"bidQty": "sample string 9",
"askPrice": "sample string 10",
"askQty": "sample string 11",
"openPrice": "sample string 12",
"highPrice": "sample string 13",
"lowPrice": "sample string 14",
"volume": 15.0,
"quoteVolume": 16.0,
"openTime": {},
"closeTime": {},
"firstId": 19,
"lastId": 20,
"count": 21
},
{
"symbol": "sample string 1",
"priceChange": 2.0,
"priceChangePercent": 3.0,
"weightedAvgPrice": "sample string 4",
"prevClosePrice": "sample string 5",
"lastPrice": 6.0,
"lastQty": "sample string 7",
"bidPrice": "sample string 8",
"bidQty": "sample string 9",
"askPrice": "sample string 10",
"askQty": "sample string 11",
"openPrice": "sample string 12",
"highPrice": "sample string 13",
"lowPrice": "sample string 14",
"volume": 15.0,
"quoteVolume": 16.0,
"openTime": {},
"closeTime": {},
"firstId": 19,
"lastId": 20,
"count": 21
}
],
"looser": [
{
"symbol": "sample string 1",
"priceChange": 2.0,
"priceChangePercent": 3.0,
"weightedAvgPrice": "sample string 4",
"prevClosePrice": "sample string 5",
"lastPrice": 6.0,
"lastQty": "sample string 7",
"bidPrice": "sample string 8",
"bidQty": "sample string 9",
"askPrice": "sample string 10",
"askQty": "sample string 11",
"openPrice": "sample string 12",
"highPrice": "sample string 13",
"lowPrice": "sample string 14",
"volume": 15.0,
"quoteVolume": 16.0,
"openTime": {},
"closeTime": {},
"firstId": 19,
"lastId": 20,
"count": 21
},
{
"symbol": "sample string 1",
"priceChange": 2.0,
"priceChangePercent": 3.0,
"weightedAvgPrice": "sample string 4",
"prevClosePrice": "sample string 5",
"lastPrice": 6.0,
"lastQty": "sample string 7",
"bidPrice": "sample string 8",
"bidQty": "sample string 9",
"askPrice": "sample string 10",
"askQty": "sample string 11",
"openPrice": "sample string 12",
"highPrice": "sample string 13",
"lowPrice": "sample string 14",
"volume": 15.0,
"quoteVolume": 16.0,
"openTime": {},
"closeTime": {},
"firstId": 19,
"lastId": 20,
"count": 21
}
]
}
application/xml, text/xml
Sample:
<homeapi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KG_API.Models">
<gainer>
<metadata>
<askPrice>sample string 10</askPrice>
<askQty>sample string 11</askQty>
<bidPrice>sample string 8</bidPrice>
<bidQty>sample string 9</bidQty>
<closeTime />
<count>21</count>
<firstId>19</firstId>
<highPrice>sample string 13</highPrice>
<lastId>20</lastId>
<lastPrice>6</lastPrice>
<lastQty>sample string 7</lastQty>
<lowPrice>sample string 14</lowPrice>
<openPrice>sample string 12</openPrice>
<openTime />
<prevClosePrice>sample string 5</prevClosePrice>
<priceChange>2</priceChange>
<priceChangePercent>3</priceChangePercent>
<quoteVolume>16</quoteVolume>
<symbol>sample string 1</symbol>
<volume>15</volume>
<weightedAvgPrice>sample string 4</weightedAvgPrice>
</metadata>
<metadata>
<askPrice>sample string 10</askPrice>
<askQty>sample string 11</askQty>
<bidPrice>sample string 8</bidPrice>
<bidQty>sample string 9</bidQty>
<closeTime />
<count>21</count>
<firstId>19</firstId>
<highPrice>sample string 13</highPrice>
<lastId>20</lastId>
<lastPrice>6</lastPrice>
<lastQty>sample string 7</lastQty>
<lowPrice>sample string 14</lowPrice>
<openPrice>sample string 12</openPrice>
<openTime />
<prevClosePrice>sample string 5</prevClosePrice>
<priceChange>2</priceChange>
<priceChangePercent>3</priceChangePercent>
<quoteVolume>16</quoteVolume>
<symbol>sample string 1</symbol>
<volume>15</volume>
<weightedAvgPrice>sample string 4</weightedAvgPrice>
</metadata>
</gainer>
<looser>
<metadata>
<askPrice>sample string 10</askPrice>
<askQty>sample string 11</askQty>
<bidPrice>sample string 8</bidPrice>
<bidQty>sample string 9</bidQty>
<closeTime />
<count>21</count>
<firstId>19</firstId>
<highPrice>sample string 13</highPrice>
<lastId>20</lastId>
<lastPrice>6</lastPrice>
<lastQty>sample string 7</lastQty>
<lowPrice>sample string 14</lowPrice>
<openPrice>sample string 12</openPrice>
<openTime />
<prevClosePrice>sample string 5</prevClosePrice>
<priceChange>2</priceChange>
<priceChangePercent>3</priceChangePercent>
<quoteVolume>16</quoteVolume>
<symbol>sample string 1</symbol>
<volume>15</volume>
<weightedAvgPrice>sample string 4</weightedAvgPrice>
</metadata>
<metadata>
<askPrice>sample string 10</askPrice>
<askQty>sample string 11</askQty>
<bidPrice>sample string 8</bidPrice>
<bidQty>sample string 9</bidQty>
<closeTime />
<count>21</count>
<firstId>19</firstId>
<highPrice>sample string 13</highPrice>
<lastId>20</lastId>
<lastPrice>6</lastPrice>
<lastQty>sample string 7</lastQty>
<lowPrice>sample string 14</lowPrice>
<openPrice>sample string 12</openPrice>
<openTime />
<prevClosePrice>sample string 5</prevClosePrice>
<priceChange>2</priceChange>
<priceChangePercent>3</priceChangePercent>
<quoteVolume>16</quoteVolume>
<symbol>sample string 1</symbol>
<volume>15</volume>
<weightedAvgPrice>sample string 4</weightedAvgPrice>
</metadata>
</looser>
<top>
<metadata>
<askPrice>sample string 10</askPrice>
<askQty>sample string 11</askQty>
<bidPrice>sample string 8</bidPrice>
<bidQty>sample string 9</bidQty>
<closeTime />
<count>21</count>
<firstId>19</firstId>
<highPrice>sample string 13</highPrice>
<lastId>20</lastId>
<lastPrice>6</lastPrice>
<lastQty>sample string 7</lastQty>
<lowPrice>sample string 14</lowPrice>
<openPrice>sample string 12</openPrice>
<openTime />
<prevClosePrice>sample string 5</prevClosePrice>
<priceChange>2</priceChange>
<priceChangePercent>3</priceChangePercent>
<quoteVolume>16</quoteVolume>
<symbol>sample string 1</symbol>
<volume>15</volume>
<weightedAvgPrice>sample string 4</weightedAvgPrice>
</metadata>
<metadata>
<askPrice>sample string 10</askPrice>
<askQty>sample string 11</askQty>
<bidPrice>sample string 8</bidPrice>
<bidQty>sample string 9</bidQty>
<closeTime />
<count>21</count>
<firstId>19</firstId>
<highPrice>sample string 13</highPrice>
<lastId>20</lastId>
<lastPrice>6</lastPrice>
<lastQty>sample string 7</lastQty>
<lowPrice>sample string 14</lowPrice>
<openPrice>sample string 12</openPrice>
<openTime />
<prevClosePrice>sample string 5</prevClosePrice>
<priceChange>2</priceChange>
<priceChangePercent>3</priceChangePercent>
<quoteVolume>16</quoteVolume>
<symbol>sample string 1</symbol>
<volume>15</volume>
<weightedAvgPrice>sample string 4</weightedAvgPrice>
</metadata>
</top>
</homeapi>