GET
/
client
/
getAddress
curl --request GET \
  --url https://api-sandbox.koywe.com/rest/client/getAddress \
  --header 'Authorization: Bearer <token>'
{
  "address": "1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

cryptoSymbol
string
required

Response

200
application/json
Retrieve address
address
string
Example:

"1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa"