| GET, OPTIONS | /wallets |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Authorization | header | string | Yes | Authorization token in the form "Bearer your_token_here" |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ServerName | form | string | No | |
| PublicKey | form | string | No | |
| ExchangeSettings | form | List<ExchangeWalletStatus> | No | |
| OtcSettings | form | List<OtcAccountStatus> | No | |
| BlockchainWalletSettings | form | List<BlockchainWalletStatus> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| UserKeyName | form | string | No | |
| Exchange | form | ExchangeName | No | |
| Status | form | ConnectionStatus | No | |
| LastConnection | form | DateTime | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Status | form | ConnectionStatus | No | |
| LastConnection | form | DateTime | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| UserKeyName | form | string | No | |
| Exchange | form | ExchangeName | No | |
| AddressInfo | form | List<BlockchainWalletAddressInfo> | No | |
| Addresses | form | List<string> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Currency | form | Currency | No | |
| Addresses | form | List<string> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Name | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /wallets HTTP/1.1 Host: partytime.pt Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"ServerName":"String","PublicKey":"String","ExchangeSettings":[{}],"OtcSettings":[{"UserKeyName":"String","Exchange":null,"Status":"Error","LastConnection":"\/Date(-62135596800000)\/"}],"BlockchainWalletSettings":[{"Status":"Error","LastConnection":"\/Date(-62135596800000)\/","UserKeyName":"String","Exchange":null,"AddressInfo":[{"Addresses":["String"]}],"Addresses":["String"]}]}