Available Symbols
GET/commodities/symbols
Get list of available symbols
Request
Query Parameters
size Size
Possible values: <= 100
Default value: 50
Page size
type any
cursor any
Cursor for the next page
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
items
object[]
required
symbol Symbol (string)required
name Name (string)required
total
object
Total items
anyOf
integer
current_page
object
Cursor to refetch the current page
anyOf
string
current_page_backwards
object
Cursor to refetch the current page starting from the last item
anyOf
string
previous_page
object
Cursor for the previous page
anyOf
string
next_page
object
Cursor for the next page
anyOf
string
{
"items": [
{
"symbol": "string",
"name": "string"
}
],
"total": 0,
"current_page": "string",
"current_page_backwards": "string",
"previous_page": "string",
"next_page": "string"
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...