PUT api/Bet/CreateBitCoinMovement

Request Information

URI Parameters

None.

Body Parameters

cEntityCoin
NameDescriptionTypeAdditional information
symbol

string

None.

priceChange

string

None.

priceChangePercent

string

None.

weightedAvgPrice

string

None.

prevClosePrice

string

None.

lastPrice

string

None.

lastQty

string

None.

bidPrice

string

None.

bidQty

string

None.

askPrice

string

None.

askQty

string

None.

openPrice

string

None.

highPrice

string

None.

lowPrice

string

None.

volume

string

None.

quoteVolume

string

None.

openTime

integer

None.

closeTime

integer

None.

firstId

integer

None.

lastId

integer

None.

count

integer

None.

date_movement

string

None.

id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "symbol": "sample string 1",
  "priceChange": "sample string 2",
  "priceChangePercent": "sample string 3",
  "weightedAvgPrice": "sample string 4",
  "prevClosePrice": "sample string 5",
  "lastPrice": "sample string 6",
  "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": "sample string 15",
  "quoteVolume": "sample string 16",
  "openTime": 17,
  "closeTime": 18,
  "firstId": 19,
  "lastId": 20,
  "count": 21,
  "date_movement": "sample string 22",
  "id": 23
}

application/xml, text/xml

Sample:
<cBitCoin.cEntityCoin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiceGames">
  <askPrice>sample string 10</askPrice>
  <askQty>sample string 11</askQty>
  <bidPrice>sample string 8</bidPrice>
  <bidQty>sample string 9</bidQty>
  <closeTime>18</closeTime>
  <count>21</count>
  <date_movement>sample string 22</date_movement>
  <firstId>19</firstId>
  <highPrice>sample string 13</highPrice>
  <id>23</id>
  <lastId>20</lastId>
  <lastPrice>sample string 6</lastPrice>
  <lastQty>sample string 7</lastQty>
  <lowPrice>sample string 14</lowPrice>
  <openPrice>sample string 12</openPrice>
  <openTime>17</openTime>
  <prevClosePrice>sample string 5</prevClosePrice>
  <priceChange>sample string 2</priceChange>
  <priceChangePercent>sample string 3</priceChangePercent>
  <quoteVolume>sample string 16</quoteVolume>
  <symbol>sample string 1</symbol>
  <volume>sample string 15</volume>
  <weightedAvgPrice>sample string 4</weightedAvgPrice>
</cBitCoin.cEntityCoin>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.