Last updated 18 days ago
Get current indexer status, including DAA score and OP score.
Success
"synced" or "unsynced"
const response = await fetch('https://tn10api.kasplex.org/v1/info', { method: 'GET', headers: {}, }); const data = await response.json();
{ "message": "text", "result": { "version": "2.02.1130", "versionApi": "2.02", "daaScore": "77993954", "daaScoreGap": "0", "opScore": "779939200003", "opTotal": "1200660", "tokenTotal": "6502", "feeTotal": "56036798346000" } }