GET
/
exchange
/
api
/
info
curl --request GET \
  --url https://onboard-external-dev.api.nestcoin.io/exchange/api/info \
  --header 'x-auth-token: <api-key>'
{
  "businessId": "3a5aaea8-504a-4404-ad3d-b82574fba5e5",
  "businessName": "Onabord exchange",
  "businessLocation": "<string>",
  "businessWebsiteUrl": "<string>",
  "businessPhoneNumber": "<string>",
  "businessRegNo": "<string>",
  "businessRegCountry": "<string>",
  "businessLogoUrl": "<string>",
  "businessFormationDate": "2023-12-25",
  "businessType": "<string>",
  "businessIndustry": "<string>",
  "enabledProducts": [
    "<string>"
  ],
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Authorizations

x-auth-token
string
header
required

Response

200
application/json
Success

CEX user profile object