Available Types
GET/commodities/types
Get list of available commodity types
Responses
- 200
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
items
object[]
required
symbol Symbol (string)required
Commodity type name
{
"items": [
{
"symbol": "string"
}
]
}
Loading...