{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"jwt": "<string>",
"random_secret": "<string>",
"refresh_token": "<string>"
}
],
"success": true
}
Generates or refreshes JWT tokens for clients or market makers based on the request parameters.
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"jwt": "<string>",
"random_secret": "<string>",
"refresh_token": "<string>"
}
],
"success": true
}
JWT request payload
The body is of type object
.
OK
The response is of type object
.