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

businessId
string
required

General format for UUID

businessName
string
required

Registered name of business entity

businessLocation
string
required

business full location address

businessWebsiteUrl
string
required

HTTP link to business website

businessPhoneNumber
string
required

Phone number field.

createdAt
string
required

Timestamp field.

updatedAt
string
required

Timestamp field.

businessRegNo
string

Business registration number (if any)

businessRegCountry
string

Business country of registration (if any)

businessLogoUrl
string

HTTP link to business image logo

businessFormationDate
string

Date the business entity was formed

businessType
string
businessIndustry
string
enabledProducts
string[]