Last updated 1 day ago
A successful response.
const response = await fetch('/kiichain/evm/evm_address', { method: 'GET', headers: {}, }); const data = await response.json();
{ "evm_address": "text", "associated": false }
const response = await fetch('/kiichain/evm/kii_address', { method: 'GET', headers: {}, }); const data = await response.json();
{ "kii_address": "text", "associated": false }
const response = await fetch('/kiichain/evm/static_call', { method: 'GET', headers: {}, }); const data = await response.json();
{ "data": "Ynl0ZXM=" }
const response = await fetch('/kiichain/evm/pointer_version', { method: 'GET', headers: {}, }); const data = await response.json();
{ "version": 0, "cw_code_id": "text" }
const response = await fetch('/kiichain/evm/pointee', { method: 'GET', headers: {}, }); const data = await response.json();
{ "pointee": "text", "version": 0, "exists": false }
const response = await fetch('/kiichain/evm/pointer', { method: 'GET', headers: {}, }); const data = await response.json();
{ "pointer": "text", "version": 0, "exists": false }