1 min lesen | Aktualisiert 08 Nov 2022 | Kategorie API | User AvatarAlin Ionut

Platform Endpoints

Hello World Developers! Main API Documentation is available at https://docs.cryptocoin.pro/api.

CryptoCoin.pro API offers our Partners possibility to implement their own dashboard in order to manage all their users activity, as on our Partner dashboard.

Make sure you first check API documentation, for information on how API works.

To access all the endpoints under API Platform group, you have to use a specific Authentication mechanism, as following:

Token Payload (RS512 encrypted with JWT Public and Private)

{
  "platform": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
  "expire": "xxxxxxxxxx"
}

API Endpoints Authorization Header

{
  "Token": "<TokenJWT>",
}

Use the above header to authenticate your platform and make requests for all Platform API endpoints.


If this do not answer your questions, please do not hesitate to contact us at contact@cryptocoin.pro.

zum Seitenanfang