Skip to main content
GET
/
platform
/
admin
/
administration
/
chain_explorers
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": [
    {
      "id": 123,
      "provider": "Undefined",
      "apiKey": "<string>",
      "issuerDefault": true
    }
  ]
}

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object[] | null