My App

Get the client information

Get the client information.

GET
/client
OBSIDIAN-KEY<token>

In: header

OBSIDIAN-SECRET<token>

In: header

Response Body

application/json

application/json

curl -X GET "https://api.dev.obsidian.exchange/client"
{
  "user_address": "string",
  "api_key": "string",
  "ip_country": "string",
  "ip": "string",
  "api_read_only": true
}
{
  "code": 0,
  "message": "string",
  "details": [
    {
      "@type": "string",
      "property1": null,
      "property2": null
    }
  ]
}