GET v2/public/marketSummaries/{marketSymbol}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
marketSymbol | string |
Required |
Body Parameters
None.
Response Information
Resource Description
MarketSummaryModelName | Description | Type | Additional information |
---|---|---|---|
market_symbol | string |
None. |
|
bid | decimal number |
None. |
|
ask | decimal number |
None. |
|
high | decimal number |
None. |
|
low | decimal number |
None. |
|
last | decimal number |
None. |
|
volume | decimal number |
None. |
|
base_volume | decimal number |
None. |
|
percent_change | decimal number |
None. |
|
updated_at | date |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.