👋
Welcome to Stokn.io
  • 👋Welcome to Stokn.io
  • Overview
    • 💡What we do?
    • 🚀Our Features
      • Wallet as a Service
      • Trading as a Service
      • Staking as a Service
      • Portfolio ESG Scoring
      • KYC, KYB, KYT
    • 📱White Label Mobile App
  • USE CASES
    • đŸĻFor NeoBanks, Fintechs, Asset Managers
    • 👨‍đŸ’ŧFor Independant wealth managers
    • 💰For Crypto-Payments
  • HOW TO USE OUR API
  • đŸŽ¯Overview
  • 📝Step 1 - User Account Creation
  • 🔍Step 2 - User KYC
  • â„šī¸Step 3 - User Account Information
  • đŸ’ĩStep 4 - User Deposit & Withdrawal
  • 🔄Step 5 - Crypto conversion
  • 🔐Step 6 - User Get Wallet Information
  • 💸Step 7 - Dollar Cost Average
  • đŸŒŋStep 8 - Scoring ESG
Powered by GitBook
On this page

Step 8 - Scoring ESG

PreviousStep 7 - Dollar Cost Average

Last updated 1 year ago

With this endpoint, you can determine the ESG score of your portfolio bychecking the score of any token.

1 - This endpoint will give you the possibility to obtain the ESG score for all cryptos:

OAuth : client_auth

2 - And with this endpoint you can check the ESG score of a particular crypto.

OAuth : client_auth

đŸŒŋ
get
Authorizations
Responses
200
OK
*/*
get
GET /v1/esg/last/esg-score HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
200

OK

[
  {
    "symbol": "text",
    "ts": "2025-06-01T16:48:45.525Z",
    "e": "text",
    "s": "text",
    "g": "text",
    "score": "text"
  }
]
get
Authorizations
Path parameters
coinstringRequired
Responses
200
OK
*/*
get
GET /v1/esg/last/esg-score/{coin} HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
200

OK

{
  "symbol": "text",
  "ts": "2025-06-01T16:48:45.525Z",
  "e": "text",
  "s": "text",
  "g": "text",
  "score": "text"
}
  • GET/v1/esg/last/esg-score
  • GET/v1/esg/last/esg-score/{coin}