GET
/
showmeta
{
  "error": "<string>",
  "pagination": {
    "limit": 123,
    "order": "<string>",
    "page": 123,
    "total": 123
  },
  "result": [
    {
      "device": "<string>",
      "exchange_id": "<string>",
      "is_api": true,
      "is_pm": true
    }
  ],
  "success": true
}

Response

200 - application/json

OK

The response is of type object.