POST api/Sell
No documentation available.
Request Information
Parameters
Name | Description |
---|---|
data | No documentation available. |
Request body formats
application/json, text/json
Sample:
{ "APIKey": "9d32c224-97a7-4e58-9aa3-93eb0ca8a3fb", "Signature": "sample string 2", "Nonce": 3, "Amount": 4.0, "Price": 5.0, "CoinType": "sample string 6", "Currency": "sample string 7" }
application/xml, text/xml
Sample:
<SellParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <APIKey>9d32c224-97a7-4e58-9aa3-93eb0ca8a3fb</APIKey> <Amount>4</Amount> <CoinType>sample string 6</CoinType> <Currency>sample string 7</Currency> <Nonce>3</Nonce> <Price>5</Price> <Signature>sample string 2</Signature> </SellParameters>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>