GET /v6/account/check

GET /v6/account/check

Responses

  • OK

    Hide response attributes Show response attributes object
    • res string | null
    • error string | null
    Hide response attributes Show response attributes object
    • res string | null
    • error string | null
    Hide response attributes Show response attributes object
    • res string | null
    • error string | null
GET /v6/account/check
curl \
 --request GET 'http://api.example.com/v6/account/check'
Response examples (200)
{
  "res": "string",
  "error": "string"
}
Response examples (200)
{
  "res": "string",
  "error": "string"
}