Skip to main content

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

Successful Response
Schema

    items

    object[]

    required

  • Array [

  • 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

Loading...