GET api/RatedexMarkets
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MarketsName | Description | Type | Additional information |
---|---|---|---|
MarketID | integer |
None. |
|
MarketName | string |
None. |
|
MarketType | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "MarketID": 1, "MarketName": "sample string 2", "MarketType": "sample string 3" }, { "MarketID": 1, "MarketName": "sample string 2", "MarketType": "sample string 3" } ]
application/xml, text/xml
Sample:
<ArrayOfMarkets xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <Markets> <MarketID>1</MarketID> <MarketName>sample string 2</MarketName> <MarketType>sample string 3</MarketType> </Markets> <Markets> <MarketID>1</MarketID> <MarketName>sample string 2</MarketName> <MarketType>sample string 3</MarketType> </Markets> </ArrayOfMarkets>