Last updated 2 months 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": { "daaScore": "77993954", "opScore": "779939200003", "opTotal": "1200660", "tokenTotal": "6502", "feeTotal": "56036798346000" } }