POST api/deposit/inserttransaction
Request Information
URI Parameters
None.
Body Parameters
WalletTransactiondata| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| transaction_id | string |
None. |
|
| address | string |
None. |
|
| block_timestamp | string |
None. |
|
| from | string |
None. |
|
| to | string |
None. |
|
| symbol | string |
None. |
|
| name | string |
None. |
|
| value | decimal number |
None. |
|
| type | string |
None. |
|
| decimals | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"transaction_id": "sample string 1",
"address": "sample string 2",
"block_timestamp": "sample string 3",
"from": "sample string 4",
"to": "sample string 5",
"symbol": "sample string 6",
"name": "sample string 7",
"value": 8.1,
"type": "sample string 9",
"decimals": 10
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.