Last updated 2 months ago
Get details of a KRC-20 operation
Operation ID
Success
const response = await fetch('https://tn10api.kasplex.org/v1/krc20/op/{id}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "message": "text", "result": [ { "p": "KRC-20", "op": "DEPLOY", "tick": "KEKE", "max": "2100000000000000", "lim": "100000000000", "dec": "8", "pre": "300000000000000", "amt": "2300000000", "from": "kaspa:qra0p5ky...", "to": "kaspa:qqabb6cz...", "opScore": "779066550003", "hashRev": "eb1482705b07af...", "feeRev": "100010000", "txAccept": "text", "opAccept": "text", "opError": "Insufficient fee", "mtsAdd": "1712808987852", "mtsMod": "1712808990016", "utxo": "0b0ed8e8469f526…", "price": "2266000000" } ] }