{
"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
}
Retrieves metadata information related to the current context.
{
"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
}
OK
The response is of type object
.