Skip to main content

ChainOverrideListResponse

items object[]
  • Array [
  • providerCodestring
    chainCodestring
    chainNamestring
    notestringnullable
    createdBystringnullable
    createdAtstring<date-time>
    updatedAtstring<date-time>
  • ]
  • nextCursorstring

    Opaque base64url-encoded keyset cursor. Echo back verbatim in ?cursor= to fetch the next page. Absent when there are no more pages.

    ChainOverrideListResponse
    {
    "items": [
    {
    "providerCode": "string",
    "chainCode": "string",
    "chainName": "string",
    "note": "string",
    "createdBy": "string",
    "createdAt": "2024-07-29T15:51:28.071Z",
    "updatedAt": "2024-07-29T15:51:28.071Z"
    }
    ],
    "nextCursor": "string"
    }