The Core setup will allow you to use the core methods to access the service API.
AbyssCryptCore.setConfig({
// Your Crypt Account API key
apiKey: "crypt-account-api-key",
});
AbyssCryptCore.enableAxiosRetry();
// HTTP Version
GET /api/user/me HTTP/1.1
Host: crypt-api.abyss-project.fr
abyss-crypt-api-key: "abyss-crypt-api-key"
// Curl Version
curl --location 'https://crypt-api.abyss-project.fr/api/user/me' \
--header 'abyss-crypt-api-key: abyss-crypt-api-key'