GET api/securities/getpricesfromexchanges?coinTicker={coinTicker}&userName={userName}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
coinTicker | string |
Required |
|
userName | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Collection of CoinDataExchangeName | Description | Type | Additional information |
---|---|---|---|
Exchange | string |
None. |
|
ExchangeURL | string |
None. |
|
Coin | string |
None. |
|
Price | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Exchange": "sample string 1", "ExchangeURL": "sample string 2", "Coin": "sample string 3", "Price": 4.1 }, { "Exchange": "sample string 1", "ExchangeURL": "sample string 2", "Coin": "sample string 3", "Price": 4.1 } ]