Download OpenAPI specification:
SVM Scan is a read-only REST API that serves indexed data for the Steem Virtual Machine chain — a Cosmos SDK chain with an integrated EVM. It's the backend for svmscan.blazeapps.org, but is itself a public, unauthenticated API that anyone can call directly.
A background indexer walks the chain block-by-block into MongoDB (backfill from genesis, then a live tail of new blocks), and this API serves that indexed data. A few endpoints are deliberate exceptions that proxy the chain (or an external LCD/EVM RPC) live instead of reading from the index — each one says so explicitly in its description below.
{ "data": [...], "pagination": { "page": 0, "perPage": 50, "total": 123 } }.
page is 0-indexed. Pass ?page= and ?perPage= as query strings;
omitting them uses the endpoint's own default page size.{ "error": "human-readable message" }.2026-08-12T00:32:29.334Z).asteem (18 decimals, symbol
STEEM) — the EVM-side equivalent of the same token is also called
STEEM. IBC denoms arrive as ibc/<hash>; use GET /denoms/{denom} or
an account response's resolvedDenoms map to get the real symbol.Checks MongoDB and chain-RPC connectivity directly (not just "is the
process up") and reports current indexer progress. This is what the
frontend polls every 10s to decide whether to show the app or an
"unreachable" screen — always returns HTTP 200, check status in
the body, not the status code.
{- "status": "ok",
- "mongo": true,
- "chain": true,
- "indexerMode": "live",
- "lastIndexedHeight": 382210
}Proxies the chain's current sync status directly (not indexed) — chain id, head height, peer count, catching-up flag, average block interval.
{- "chainId": "steemvm",
- "blockHeight": 382211,
- "catchingUp": false,
- "peered": 3,
- "blockInterval": 6.7
}Newest first. Default page size 50.
| page | integer >= 0 Default: 0 0-indexed page number. |
| perPage | integer [ 1 .. 200 ] Items per page (endpoint-specific default and max). |
{- "data": [
- {
- "height": 382211,
- "hash": "5552F75E87C8B5C6DFA8126DEEB097FF6CB03F1900156B0E80AE307F35AAA963",
- "time": "2026-08-14T04:50:57.663Z",
- "proposerAddress": "56D6DF9A8F4DFA6DCF8CABB2F3C9DDE167C68372",
- "appHash": "B564B9FBDC6F58BECBE077E84E1B34C11D05245AED71F5CBC01D3C3B224018D5",
- "txCount": 0
}
], - "pagination": {
- "page": 0,
- "perPage": 1,
- "total": 382211
}
}{- "height": 353345,
- "hash": "9588C1B80D7866742A563495D9791737C683B676B64EC79BAAAFA41A02913951",
- "time": "2026-08-12T00:32:29.334Z",
- "proposerAddress": "64837863184C5B2C462593FCD5C366B0558C4EF4",
- "appHash": "34C979A8E10126D208206FA3A69613D69967752B52DE00622EDA0458C5507FFE",
- "txCount": 3,
- "txHashes": [
- "C05E4276B2B53C907E600335B67C3AD7F6A5BA028B87F841D7D65AB542DB5A0F",
- "EFFA7B8B3E862C666C68B487C00415472A849DEA8D03F60A0783DCCE7EBACF12",
- "92F332E5091F9881BB60AAD23E52913534E641C2272AF7B9B7C732F384C9046C"
]
}Unpaginated — returns every transaction in the block (block tx counts are always small).
| height required | integer Example: 353345 |
[- {
- "hash": "string",
- "height": 0,
- "timestamp": "2019-08-24T14:15:22Z",
- "code": 0,
- "success": true,
- "messageTypes": [
- "string"
], - "fee": [
- {
- "denom": "string",
- "amount": "string"
}
], - "gasUsed": "string",
- "gasWanted": "string"
}
]Newest first. Default page size 50.
| page | integer >= 0 Default: 0 0-indexed page number. |
| perPage | integer [ 1 .. 200 ] Items per page (endpoint-specific default and max). |
{- "data": [
- {
- "hash": "5CD1859FDC00DBB168787B42F47F2D39658D3F3812E7B831BE9E30933638CA03",
- "height": 379199,
- "timestamp": "2026-08-13T23:22:00.430Z",
- "code": 0,
- "success": true,
- "messageTypes": [
- "/steemvm.steembridge.v1.MsgSubmitSteemDeposit"
], - "fee": [ ],
- "gasUsed": "68580",
- "gasWanted": "600000"
}
], - "pagination": {
- "page": 0,
- "perPage": 1,
- "total": 9064
}
}Messages are decoded server-side (see @dexplorer/shared's message
registry) — a type this API doesn't have a named decoder for still
decodes, just with generic field_1/field_2/... keys instead of
real names. Two message types get extra enrichment merged into
data: MsgSubmitSteemDeposit/MsgSubmitNameRegistration get an
oracleMoniker (the attesting validator's moniker), and
MsgConfirmName gets a linkedSteemAccount.
| hash required | string Example: C05E4276B2B53C907E600335B67C3AD7F6A5BA028B87F841D7D65AB542DB5A0F Cosmos transaction hash, case-insensitive. |
{- "hash": "C05E4276B2B53C907E600335B67C3AD7F6A5BA028B87F841D7D65AB542DB5A0F",
- "height": 353345,
- "timestamp": "2026-08-12T00:32:29.334Z",
- "code": 0,
- "success": true,
- "messageTypes": [
- "/steemvm.steembridge.v1.MsgSubmitSteemDeposit"
], - "fee": [ ],
- "gasUsed": "92488",
- "gasWanted": "600000",
- "log": "",
- "memo": "",
- "chainId": "steemvm",
- "messages": [
- {
- "typeUrl": "/steemvm.steembridge.v1.MsgSubmitSteemDeposit",
- "data": {
- "validator": "steem1u96tympny5r8m76psg5jr7fm8kcrg76w3rmpng",
- "txid": "5da85737d515500e6cb23a02fd981263d8c7de7f",
- "opIndex": 0,
- "steemBlock": "108611220",
- "steemTimestamp": "2026-08-12T00:31:36",
- "steemSender": "blaze.apps",
- "gatewayAccount": "svm.bank",
- "amountMillisteem": "1000",
- "memo": "svm-deposit 0x7fb5a561b74e7da7cd5fb1497830e96b3310d857",
- "oracleMoniker": "dhaka.witness"
}
}
], - "events": [
- {
- "type": "deposit_created",
- "attributes": [
- {
- "key": "deposit_id",
- "value": "1855"
}, - {
- "key": "txid",
- "value": "5da85737d515500e6cb23a02fd981263d8c7de7f"
}
]
}
], - "senders": [
- "steem1u96tympny5r8m76psg5jr7fm8kcrg76w3rmpng"
], - "ibcTransfer": null
}Sorted by voting power (tokens) descending. Default page size 100.
| page | integer >= 0 Default: 0 0-indexed page number. |
| perPage | integer [ 1 .. 200 ] Items per page (endpoint-specific default and max). |
| status | string Value: "active" Pass |
{- "data": [
- {
- "operatorAddress": "steemvaloper1ghedj9xr90sp3xqx6sx4ey2p0wul684gealm26",
- "moniker": "steem-agora.evm",
- "identity": "",
- "status": "BOND_STATUS_UNBONDING",
- "jailed": true,
- "tokens": "9702990123456790123457",
- "bondDenom": "asteem",
- "commissionRate": "100000000000000000",
- "votingPowerPercent": 1.2008437313791251
}
], - "pagination": {
- "page": 0,
- "perPage": 1,
- "total": 13
}
}The identity path segment matches against identity (Keybase), moniker, or operatorAddress — whichever hits first.
| identity required | string Example: blaze.apps |
{- "operatorAddress": "steemvaloper107662cdhfe760n2lk9yhsv8fdve3pkzh4gyrhl",
- "moniker": "blaze.apps",
- "identity": "",
- "status": "BOND_STATUS_UNBONDING",
- "jailed": true,
- "tokens": "159885000000000000000000",
- "bondDenom": "asteem",
- "commissionRate": "100000000000000000",
- "votingPowerPercent": 19.78739517908017,
- "website": "",
- "details": "owner=STM59ytBUdJ1DaSeFoz4GP5nBFiVBF2dpEDN4cHcR4wYFxWvE2ctR;active=STM5fvPvqwkwDTKXW1wsr7wPdeVXjetjvg1Wer8Zs7P24KFHht2Be;posting=STM5nr8yJLekbns9BNtx8FUxZTvphtfuNKVkTqCXswAjM6GTrQtdX",
- "delegatorShares": "161500000000000000000000000000000000000000",
- "minSelfDelegation": "1",
- "unbondingHeight": "381834",
- "consensusPubkey": "{\"typeUrl\":\"/cosmos.crypto.ed25519.PubKey\",\"value\":\"CiDYdgQY7WlOsllEhbN8WL25EgFCf2uTCZVI9GbEgUmvVw==\"}",
- "uptime": {
- "missedBlocksCounter": "0",
- "signedBlocksWindow": "100"
}
}Newest first. Default page size 10.
| page | integer >= 0 Default: 0 0-indexed page number. |
| perPage | integer [ 1 .. 200 ] Items per page (endpoint-specific default and max). |
{- "data": [
- {
- "id": 7,
- "title": "SteemVM v0.0.2-Beta1 + gateway svm.bank",
- "status": "PROPOSAL_STATUS_PASSED",
- "votingStartTime": null,
- "votingEndTime": null,
- "submitTime": null
}
], - "pagination": {
- "page": 0,
- "perPage": 1,
- "total": 7
}
}{- "id": 1,
- "title": "Activate gov precompile (0x...0805)",
- "status": "PROPOSAL_STATUS_PASSED",
- "votingStartTime": null,
- "votingEndTime": null,
- "submitTime": null,
- "summary": "Add the already-registered gov precompile to active_static_precompiles so gov is callable from EVM/MetaMask.",
- "proposer": "steem107662cdhfe760n2lk9yhsv8fdve3pkzhlmtsvu",
- "depositEndTime": null,
- "totalDeposit": [
- {
- "denom": "asteem",
- "amount": "10000000000000000000"
}
], - "finalTallyResult": {
- "yesCount": "605909237228765040000000",
- "noCount": "0",
- "abstainCount": "0",
- "noWithVetoCount": "0"
}, - "messages": [
- {
- "typeUrl": "/cosmos.evm.vm.v1.MsgUpdateParams",
- "data": {
- "field_1": "steem10d07y265gmmuvt4z0w9aw880jnsr700jvhcqmf"
}
}
]
}Derived from the last 200 indexed transactions' senders, not a dedicated collection.
| limit | integer <= 50 Default: 10 |
[- {
- "address": "steem1eldczteraanqjcp34wfwejavunsuavejaxv29q",
- "lastMessageType": "/steemvm.steembridge.v1.MsgSubmitSteemDeposit",
- "lastActivityTime": "2026-08-13T23:22:00.430Z"
}
]Deliberate exception to the rest of this API: balances and
sequence are fetched live from the chain (not pre-indexed), since
indexing balances for every address ever seen is out of scope.
Cached server-side for 15s per address. ibc/<hash> balances are
resolved to their real symbol/decimals in resolvedDenoms.
| address required | string Example: steem107662cdhfe760n2lk9yhsv8fdve3pkzhlmtsvu bech32 account address. |
{- "address": "steem107662cdhfe760n2lk9yhsv8fdve3pkzhlmtsvu",
- "accountNumber": "0",
- "sequence": "0",
- "balances": [
- {
- "denom": "asteem",
- "amount": "3000000000000000"
}, - {
- "denom": "ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23",
- "amount": "40000000"
}
], - "stakedBalance": {
- "amount": "557282717890820016844659",
- "denom": "asteem"
}, - "validator": {
- "operatorAddress": "steemvaloper107662cdhfe760n2lk9yhsv8fdve3pkzh4gyrhl",
- "moniker": "blaze.apps",
- "identity": ""
}, - "resolvedDenoms": {
- "asteem": {
- "baseDenom": "asteem",
- "symbol": "STEEM",
- "decimals": 18,
- "path": null
}, - "ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23": {
- "baseDenom": "uosmo",
- "symbol": "OSMO",
- "decimals": 6,
- "path": "transfer/channel-3"
}
}
}Served from the transactions collection's indexed senders field. Default page size 10.
| address required | string Example: steem107662cdhfe760n2lk9yhsv8fdve3pkzhlmtsvu bech32 account address. |
| page | integer >= 0 Default: 0 0-indexed page number. |
| perPage | integer [ 1 .. 200 ] Items per page (endpoint-specific default and max). |
{- "data": [
- {
- "hash": "4CB232020C12F0394B364BF44CF5D3171C24DA7D557A2501272B4B8B197C6F01",
- "height": 379192,
- "timestamp": "2026-08-13T23:21:14.631Z",
- "code": 0,
- "success": true,
- "messageTypes": [
- "/steemvm.steembridge.v1.MsgSubmitSteemDeposit"
], - "fee": [ ],
- "gasUsed": "94216",
- "gasWanted": "600000"
}
], - "pagination": {
- "page": 0,
- "perPage": 1,
- "total": 1292
}
}Every indexed transaction whose events matched an IBC packet-transfer pattern. Newest first. Default page size 100.
| page | integer >= 0 Default: 0 0-indexed page number. |
| perPage | integer [ 1 .. 200 ] Items per page (endpoint-specific default and max). |
{- "data": [
- {
- "sender": "steem1eulhdpvfw3v4rmqtd6tpa7uy9lpsrkld0fqcuy",
- "receiver": "osmo1g7w50yw6572u246w74nkgw6nhy8g2mz8nepznq",
- "sourceChannel": "channel-3",
- "sourcePort": "transfer",
- "destinationChannel": "channel-11812",
- "destinationPort": "transfer",
- "amount": "1000000000000000000",
- "denom": "asteem",
- "memo": "",
- "hash": "333747AE5A25D51E49AFFD5BF81B217E3FE1A7FB6073475E2DF2A64EE489E9D1",
- "height": 332761,
- "timestamp": "2026-08-10T10:27:14.793Z",
- "status": "success"
}
], - "pagination": {
- "page": 0,
- "perPage": 1,
- "total": 17
}
}Aggregate of staking/mint/distribution/slashing/gov params, refreshed periodically (not per-block — these barely change).
{- "staking": {
- "unbondingTime": {
- "seconds": 2419200,
- "nanos": 0
}, - "maxValidators": 100,
- "bondDenom": "asteem"
}, - "mint": {
- "mintDenom": "asteem",
- "blocksPerYear": 5259600
}, - "distribution": {
- "communityTax": "500000000000000000",
- "withdrawAddrEnabled": true
}, - "slashing": {
- "signedBlocksWindow": 100,
- "downtimeJailDuration": {
- "seconds": 600,
- "nanos": 0
}
}, - "gov": {
- "votingParams": {
- "votingPeriod": {
- "seconds": 172800,
- "nanos": 0
}
}, - "depositParams": {
- "minDeposit": [
- {
- "denom": "asteem",
- "amount": "10000000000000000000"
}
]
}, - "tallyParams": {
- "quorum": "0.334000000000000000",
- "threshold": "0.500000000000000000"
}
}
}[- {
- "denom": "asteem",
- "displayName": "Steem",
- "symbol": "STEEM",
- "decimals": 18,
- "source": "seed"
}, - {
- "denom": "ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23",
- "displayName": "transfer/channel-3/uosmo IBC token",
- "symbol": "UOSMO",
- "decimals": 0,
- "source": "seed"
}
]Falls back to a heuristic guess (source: "fallback") for an unrecognized denom instead of 404ing.
| denom required | string Example: asteem |
{- "denom": "asteem",
- "displayName": "Steem",
- "symbol": "STEEM",
- "decimals": 18,
- "source": "seed"
}Proxies the chain's own EVM JSON-RPC live (10 min server-side cache) — decoded ERC-20/NFT Transfer/Deposit log events plus the raw native-value transfer amount.
| hash required | string Example: 0xe5ca13579c3cf49d5d4fd99573fd69a92f03e008d6333589fde5ce559a0bc335 0x-prefixed EVM transaction hash (not the Cosmos tx hash). |
{- "hash": "0xe5ca13579c3cf49d5d4fd99573fd69a92f03e008d6333589fde5ce559a0bc335",
- "status": "ok",
- "method": null,
- "from": "0x7fb5a561b74e7da7cd5fb1497830e96b3310d857",
- "to": "0x0d0f38e13194af032814b91f3a2f44473ee468de",
- "toIsContract": false,
- "value": "5000000000000000000000",
- "gasUsed": "21000",
- "tokenTransfers": [ ],
}Proxies the chain's Blockscout instance (1 min server-side cache) —
there's no way to enumerate "every token an address holds" via
JSON-RPC alone. Fails soft to [] if Blockscout is unreachable,
since this is supplementary to the account page, not load-bearing.
| address required | string Example: steem107662cdhfe760n2lk9yhsv8fdve3pkzhlmtsvu bech32 account address. |
[- {
- "tokenAddress": "0x3250B0340c49895243150AfBFC3995F08A52670D",
- "tokenType": "ERC-20",
- "name": "Simple token",
- "symbol": "SPT",
- "decimals": "18",
- "value": "1000000000000000000000000000000"
}
]Every Uniswap-V3-style PoolCreated event seen while indexing MsgEthereumTx transactions. Newest first. Default page size 25.
| page | integer >= 0 Default: 0 0-indexed page number. |
| perPage | integer [ 1 .. 200 ] Items per page (endpoint-specific default and max). |
{- "data": [
- {
- "poolAddress": "0x9fcf2f4aa3b98de27f797af62896be8d374b0ae7",
- "factoryAddress": "0xc069cbb7b177580313d8027482f08add61315d83",
- "token0": {
- "address": "0x8d6538fc7f0929fb24e5d41d81560f12bf3ed783",
- "name": "TOKENB",
- "symbol": "TOKENB",
- "decimals": "18"
}, - "token1": {
- "address": "0xd6ffe15d1b9835ea88a4de826bd33a67adf1a343",
- "name": "TOKENA",
- "symbol": "MTK",
- "decimals": "18"
}, - "fee": "2500",
- "tickSpacing": "50",
- "createdAtHeight": 301687,
- "createdAtTxHash": "0x8492fc7e74509950009520298b602ba03572ba02500f8fb088216e454dcca546",
- "createdAt": "2026-08-08T00:58:47.368Z"
}
], - "pagination": {
- "page": 0,
- "perPage": 1,
- "total": 8
}
}The steembridge module's Steem → SVM deposit direction. A user sends
STEEM to a gateway account on Steem with a memo tagging their SVM
address; bonded validators (oracles) attest to the deposit, and once
enough attestations land it's minted on-chain.
Sorted by internal id descending (newest first). Default page size 25.
| page | integer >= 0 Default: 0 0-indexed page number. |
| perPage | integer [ 1 .. 200 ] Items per page (endpoint-specific default and max). |
| status | string Enum: "pending" "minted" "unclaimable" |
{- "data": [
- {
- "id": "1860",
- "txid": "66e253b62f033225894d2cd86236adb7b2880bb3",
- "opIndex": 0,
- "steemBlock": "108667185",
- "steemTimestamp": "2026-08-13T23:20:24Z",
- "steemSender": "blaze.apps",
- "gatewayAccount": "svm.bank",
- "amountMillisteem": "3",
- "memo": "svm-deposit 0x7fb5a561b74e7da7cd5fb1497830e96b3310d857",
- "derivedDestination": "steem107662cdhfe760n2lk9yhsv8fdve3pkzhlmtsvu",
- "destinationType": "DESTINATION_TYPE_EVM",
- "status": "DEPOSIT_STATUS_MINTED",
- "minted": true,
- "mintedAt": "379199",
- "mintTxHash": "86f7f5541622f020b19d0d001adb0762439ab336edbd97ce6f3a8d7d4496c301",
- "createdAtHeight": "379191",
- "validatorConfirmations": [
- {
- "validatorAddress": "steemvaloper1u96tympny5r8m76psg5jr7fm8kcrg76wms5jgt",
- "moniker": "dhaka.witness",
- "timestamp": "1786663267"
}
]
}
], - "pagination": {
- "page": 0,
- "perPage": 1,
- "total": 1743
}
}| idOrTxid required | string Example: 8 |
{- "id": "8",
- "txid": "9be06037c04bcdfa61de6a701dbe2220e2f1ec1a",
- "opIndex": 0,
- "steemBlock": "107853469",
- "steemTimestamp": "2026-07-16T14:05:06Z",
- "steemSender": "blaze.apps",
- "gatewayAccount": "blaze.apps",
- "amountMillisteem": "318971",
- "memo": "svm-deposit steem107662cdhfe760n2lk9yhsv8fdve3pkzhlmtsvu",
- "derivedDestination": "steem107662cdhfe760n2lk9yhsv8fdve3pkzhlmtsvu",
- "destinationType": "DESTINATION_TYPE_COSMOS",
- "status": "DEPOSIT_STATUS_MINTED",
- "minted": true,
- "mintedAt": "12693",
- "mintTxHash": "1b901c472e1faa79393e826fc16ce3ccdcb07c14489e57beef797d5e6d93be16",
- "createdAtHeight": "12646",
- "validatorConfirmations": [
- {
- "validatorAddress": "steemvaloper107662cdhfe760n2lk9yhsv8fdve3pkzh4gyrhl",
- "moniker": "blaze.apps",
- "timestamp": "1784211183"
}
]
}The steembridge module's SVM → Steem direction ("bridge-out"). A
user burns asteem via MsgBridgeOut, creating an immutable
withdrawal record. There is currently no automated Steem-side payout —
this is a queue for validators to relay manually.
Sorted by internal id descending. Default page size 25.
| page | integer >= 0 Default: 0 0-indexed page number. |
| perPage | integer [ 1 .. 200 ] Items per page (endpoint-specific default and max). |
| status | string Value: "requested" |
{- "data": [
- {
- "id": "2",
- "sender": "steem107662cdhfe760n2lk9yhsv8fdve3pkzhlmtsvu",
- "destinationSteemAccount": "blaze.apps",
- "amountAsteem": "1000000000000000000000",
- "amountMillisteem": "1000000",
- "memo": "Bridge out to Steem",
- "burnTxHash": "2bedd554ae62c4c8c21d5530f006f28f6703581afe33f5d2f5f0607398c4c003",
- "status": "WITHDRAWAL_STATUS_REQUESTED",
- "createdAtHeight": "173386"
}
], - "pagination": {
- "page": 0,
- "perPage": 1,
- "total": 3
}
}The total*Asteem/netOutstandingAsteem fields come from a live bridge_statistics LCD call, not local counts.
{- "total": 3,
- "requested": 3,
- "totalMintedAsteem": "1018234490000000000000000",
- "totalBurnedAsteem": "3000000000000000000000",
- "netOutstandingAsteem": "1015234490000000000000000"
}| idOrBurnTxHash required | string Example: 2 |
{- "id": "2",
- "sender": "steem107662cdhfe760n2lk9yhsv8fdve3pkzhlmtsvu",
- "destinationSteemAccount": "blaze.apps",
- "amountAsteem": "1000000000000000000000",
- "amountMillisteem": "1000000",
- "memo": "Bridge out to Steem",
- "burnTxHash": "2bedd554ae62c4c8c21d5530f006f28f6703581afe33f5d2f5f0607398c4c003",
- "status": "WITHDRAWAL_STATUS_REQUESTED",
- "createdAtHeight": "173386"
}Steem Virtual Machine Name Service — links a Steem username to an SVM address through a registration lifecycle (pending → awaiting → active/superseded/expired). Not backed by MongoDB — every endpoint in this group proxies the chain's LCD REST API live (with a short server-side cache), because the underlying query surface has no way to enumerate "every name ever registered," only targeted lookups plus two status-filtered queues.
| steemAccount required | string Example: blaze.apps |
{- "steemAccount": "blaze.apps",
- "address": "steem107662cdhfe760n2lk9yhsv8fdve3pkzhlmtsvu",
- "registrationId": "7",
- "linkedAt": "23907"
}| address required | string Example: steem107662cdhfe760n2lk9yhsv8fdve3pkzhlmtsvu bech32 account address. |
[- {
- "steemAccount": "blaze.apps",
- "address": "steem107662cdhfe760n2lk9yhsv8fdve3pkzhlmtsvu",
- "registrationId": "7",
- "linkedAt": "23907"
}
]Every registration attempt ever submitted for this account — pending, awaiting, active, superseded, and expired. The only way to enumerate a name's history, since there's no generic "list all registrations" query.
| steemAccount required | string Example: blaze.apps |
[- {
- "id": "0",
- "txid": "0000000000000000000000000000000000000000",
- "opIndex": 0,
- "steemBlock": "0",
- "steemTimestamp": "genesis",
- "steemAccount": "blaze.apps",
- "gatewayAccount": "blaze.apps",
- "amountMillisteem": "1",
- "memo": "steem1l6p4lh7plepjqv2muhuk6m8k2envnvv9utknlu",
- "derivedDestination": "steem1l6p4lh7plepjqv2muhuk6m8k2envnvv9utknlu",
- "destinationType": "DESTINATION_TYPE_COSMOS",
- "status": "NAME_REGISTRATION_STATUS_SUPERSEDED",
- "createdAtHeight": "0",
- "awaitingSinceHeight": "0",
- "confirmedAtHeight": "0",
- "confirmTxHash": "",
- "validatorConfirmations": [ ]
}
]{- "id": "26",
- "txid": "13e5acea13fd674e3f4ed6f2819d8c423d7a6107",
- "opIndex": 0,
- "steemBlock": "108627196",
- "steemTimestamp": "2026-08-12T13:53:33Z",
- "steemAccount": "steem-agora",
- "gatewayAccount": "svm.bank",
- "amountMillisteem": "1",
- "memo": "svm-register steem1p58n3cf3jjhsx2q5hy0n5t6ygulwg6x7ewqfjk",
- "derivedDestination": "steem1p58n3cf3jjhsx2q5hy0n5t6ygulwg6x7ewqfjk",
- "destinationType": "DESTINATION_TYPE_COSMOS",
- "status": "NAME_REGISTRATION_STATUS_ACTIVE",
- "createdAtHeight": "360730",
- "awaitingSinceHeight": "360738",
- "confirmedAtHeight": "360769",
- "confirmTxHash": "ad399b7828dcfb8e4734af7a79523b879f9e25c008f3614ee335936ef1159da7",
- "validatorConfirmations": [
- {
- "validatorAddress": "steemvaloper1u96tympny5r8m76psg5jr7fm8kcrg76wms5jgt",
- "moniker": "dhaka.witness",
- "timestamp": "1786542867"
}
]
}