Skip to main content

Fetch list of opcode categories

Fetches the list of available opcode categories.

Responses

A ResponseEntity containing a list of OpcodeCategories with their values.


Schema
    errors object[]
  • Array [
  • errorName string
    errorMessage string
    errorCode int32
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningTitle string
    warningMessage string
  • ]
  • statusCode int32
    apiRequestId string
    categories string[]
Loading...