{"openapi":"3.1.0","info":{"title":"mina-explorer-api","description":"Blockberry-compatible Mina REST API. Paths: /mina-{network}/v1/... — auth via x-api-key header.","version":"0.1.0"},"paths":{"/{network}/v1/accounts/{address}/statistics":{"get":{"summary":"Get Account Statistics","operationId":"get_account_statistics__network__v1_accounts__address__statistics_get","parameters":[{"name":"address","in":"path","required":true,"schema":{"type":"string","title":"Address"}},{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}},{"name":"period","in":"query","required":false,"schema":{"enum":["DAY","WEEK","MONTH","THREE_MONTH","SIX_MONTH","YEAR","ALL"],"type":"string","default":"ALL","title":"Period"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountStatisticDto"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/accounts/{address}/tx-count-chart":{"get":{"summary":"Get Tx Count Chart","operationId":"get_tx_count_chart__network__v1_accounts__address__tx_count_chart_get","parameters":[{"name":"address","in":"path","required":true,"schema":{"type":"string","title":"Address"}},{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}},{"name":"period","in":"query","required":false,"schema":{"enum":["DAY","WEEK","MONTH","THREE_MONTH","SIX_MONTH","YEAR","ALL"],"type":"string","default":"ALL","title":"Period"}},{"name":"direction","in":"query","required":false,"schema":{"enum":["INCOMING","OUTGOING"],"type":"string","default":"INCOMING","title":"Direction"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DataPointDto"},"title":"Response Get Tx Count Chart  Network  V1 Accounts  Address  Tx Count Chart Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/accounts/{address}/zkapp-tx-count-chart":{"get":{"summary":"Get Zkapp Tx Count Chart","operationId":"get_zkapp_tx_count_chart__network__v1_accounts__address__zkapp_tx_count_chart_get","parameters":[{"name":"address","in":"path","required":true,"schema":{"type":"string","title":"Address"}},{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}},{"name":"period","in":"query","required":false,"schema":{"enum":["DAY","WEEK","MONTH","THREE_MONTH","SIX_MONTH","YEAR","ALL"],"type":"string","default":"ALL","title":"Period"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ZkTxDataPointDto"},"title":"Response Get Zkapp Tx Count Chart  Network  V1 Accounts  Address  Zkapp Tx Count Chart Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/accounts/{address}/staking-balance":{"get":{"summary":"Get Staking Balance","operationId":"get_staking_balance__network__v1_accounts__address__staking_balance_get","parameters":[{"name":"address","in":"path","required":true,"schema":{"type":"string","title":"Address"}},{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/EpochDotDTO"},"title":"Response Get Staking Balance  Network  V1 Accounts  Address  Staking Balance Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/accounts/{address}/is-validator":{"get":{"summary":"Get Is Validator","description":"``true`` iff ``address`` produced a block in the recent window (else ``false``).","operationId":"get_is_validator__network__v1_accounts__address__is_validator_get","parameters":[{"name":"address","in":"path","required":true,"schema":{"type":"string","title":"Address"}},{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IsValidatorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/accounts/{address}/is-snarker":{"get":{"summary":"Get Is Snarker","description":"``true`` iff ``address`` got a ``fee_transfer`` in the recent window (else ``false``).","operationId":"get_is_snarker__network__v1_accounts__address__is_snarker_get","parameters":[{"name":"address","in":"path","required":true,"schema":{"type":"string","title":"Address"}},{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IsSnarkerResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/accounts/{address}/timing-info":{"get":{"summary":"Get Account Timing Info","operationId":"get_account_timing_info__network__v1_accounts__address__timing_info_get","parameters":[{"name":"address","in":"path","required":true,"schema":{"type":"string","title":"Address"}},{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimingInfo"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/accounts/{address}":{"get":{"summary":"Get Account","operationId":"get_account__network__v1_accounts__address__get","parameters":[{"name":"address","in":"path","required":true,"schema":{"type":"string","title":"Address"}},{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountInfo"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/accounts/{address}/balance":{"get":{"summary":"Get Account Balance","operationId":"get_account_balance__network__v1_accounts__address__balance_get","parameters":[{"name":"address","in":"path","required":true,"schema":{"type":"string","title":"Address"}},{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountBalanceDto"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/accounts/{address}/delegatee":{"get":{"summary":"Get Account Delegatee","operationId":"get_account_delegatee__network__v1_accounts__address__delegatee_get","parameters":[{"name":"address","in":"path","required":true,"schema":{"type":"string","title":"Address"}},{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountDelegatesDto"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/accounts/{address}/txs":{"get":{"summary":"Get Account Txs","operationId":"get_account_txs__network__v1_accounts__address__txs_get","parameters":[{"name":"address","in":"path","required":true,"schema":{"type":"string","title":"Address"}},{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}},{"name":"sortBy","in":"query","required":false,"schema":{"enum":["AGE","BLOCK","AMOUNT","FEE"],"type":"string","default":"AGE","title":"Sortby"}},{"name":"direction","in":"query","required":false,"schema":{"enum":["ALL","IN","OUT"],"type":"string","default":"ALL","title":"Direction"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Page"}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":20,"title":"Size"}},{"name":"orderBy","in":"query","required":false,"schema":{"enum":["ASC","DESC"],"type":"string","default":"DESC","title":"Orderby"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RestResponsePageAccountActivity"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/blocks":{"get":{"summary":"Get Blocks","operationId":"get_blocks__network__v1_blocks_get","parameters":[{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}},{"name":"sortBy","in":"query","required":false,"schema":{"enum":["HEIGHT","TIMESTAMP","SLOT"],"type":"string","default":"HEIGHT","title":"Sortby"}},{"name":"type","in":"query","required":false,"schema":{"enum":["CANONICAL","ORPHANED","ALL"],"type":"string","default":"ALL","title":"Type"}},{"name":"address","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Address"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Page"}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":20,"title":"Size"}},{"name":"orderBy","in":"query","required":false,"schema":{"enum":["ASC","DESC"],"type":"string","default":"DESC","title":"Orderby"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CutPageBlocks"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/blocks/latest-block-state-hash":{"get":{"summary":"Get Latest Block State Hash","operationId":"get_latest_block_state_hash__network__v1_blocks_latest_block_state_hash_get","parameters":[{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LatestBlockStateHashResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/blocks/{stateHash}":{"get":{"summary":"Get Block By State Hash","operationId":"get_block_by_state_hash__network__v1_blocks__stateHash__get","parameters":[{"name":"stateHash","in":"path","required":true,"schema":{"type":"string","title":"Statehash"}},{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BlockViewDto"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/info":{"get":{"summary":"Get Info","operationId":"get_info__network__v1_info_get","parameters":[{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DashboardDto"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/latest-transactions":{"get":{"summary":"Get Latest Transactions","description":"Most recent ``count`` user transactions as a bare array (newest first).\n\nWalks the recent archive block window (already DESC by height -> newest first),\nflattens ``userCommands`` deduped by hash, and maps each with the T3 list-item\nmapper. ``count`` bounds both the walk (early-stop) and the slice.","operationId":"get_latest_transactions__network__v1_latest_transactions_get","parameters":[{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}},{"name":"count","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":20,"title":"Count"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LatestTransactionsResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/latest-zkapp-transactions":{"get":{"summary":"Get Latest Zkapp Transactions","description":"Most recent ``count`` zkApp transactions as a bare array (newest first).\n\nReuses the T5 window collector (mempool ``pending`` first, then the archive\nwindow enriched via the daemon, ``age`` DESC) and the T5 list-item mapper, so\neach item is byte-identical to a ``/v1/zkapps/txs`` ``data[]`` entry.","operationId":"get_latest_zkapp_transactions__network__v1_latest_zkapp_transactions_get","parameters":[{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}},{"name":"count","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":20,"title":"Count"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LatestZkAppTransactionsResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/mips":{"get":{"summary":"Get Mips","operationId":"get_mips__network__v1_mips_get","parameters":[{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RestResponsePageMipDto"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/mips/votes":{"get":{"summary":"Get Mips Votes","operationId":"get_mips_votes__network__v1_mips_votes_get","parameters":[{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RestResponsePageVoteMipsListDto"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/mips/{id}":{"get":{"summary":"Get Mip","operationId":"get_mip__network__v1_mips__id__get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","title":"Id"}},{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MipEntity"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/mips/{id}/votes":{"get":{"summary":"Get Mip Votes","operationId":"get_mip_votes__network__v1_mips__id__votes_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","title":"Id"}},{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RestResponsePageVoteMipListDto"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/accounts":{"get":{"summary":"Get Accounts","description":"Rich-list Envelope-A page. ``size`` > 50 / bad ``sortBy`` → Spring 400 (via validation).","operationId":"get_accounts__network__v1_accounts_get","parameters":[{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}},{"name":"sortBy","in":"query","required":false,"schema":{"enum":["BALANCE","NONCE"],"type":"string","default":"BALANCE","title":"Sortby"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Page"}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":20,"title":"Size"}},{"name":"orderBy","in":"query","required":false,"schema":{"enum":["ASC","DESC"],"type":"string","default":"DESC","title":"Orderby"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CutPageAccountsList"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/security/scams":{"get":{"summary":"Get Scams","operationId":"get_scams__network__v1_security_scams_get","parameters":[{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}},{"name":"onChainIds","in":"query","required":true,"schema":{"type":"array","items":{"type":"string"},"title":"Onchainids"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ScamDto"},"title":"Response Get Scams  Network  V1 Security Scams Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/security/scams/tx-body":{"post":{"summary":"Post Scams By Tx Body","operationId":"post_scams_by_tx_body__network__v1_security_scams_tx_body_post","parameters":[{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WalletTransactionDto"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ScamDto"},"title":"Response Post Scams By Tx Body  Network  V1 Security Scams Tx Body Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/snarkers":{"get":{"summary":"Get Snarkers","operationId":"get_snarkers__network__v1_snarkers_get","parameters":[{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}},{"name":"sortBy","in":"query","required":false,"schema":{"enum":["FEE","TOTAL_SNARK_JOBS","FIRST_SEEN"],"type":"string","default":"TOTAL_SNARK_JOBS","title":"Sortby"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Page"}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":20,"title":"Size"}},{"name":"orderBy","in":"query","required":false,"schema":{"enum":["ASC","DESC"],"type":"string","default":"DESC","title":"Orderby"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PageSnarkerListDto"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/snarks/jobs/{address}/snarker-by-address":{"get":{"summary":"Get Snarker By Address","operationId":"get_snarker_by_address__network__v1_snarks_jobs__address__snarker_by_address_get","parameters":[{"name":"address","in":"path","required":true,"schema":{"type":"string","title":"Address"}},{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SnarkerInfoDto"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/snarks/jobs/{address}":{"get":{"summary":"Get Snark Jobs By Prover","operationId":"get_snark_jobs_by_prover__network__v1_snarks_jobs__address__get","parameters":[{"name":"address","in":"path","required":true,"schema":{"type":"string","title":"Address"}},{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}},{"name":"sortBy","in":"query","required":false,"schema":{"enum":["FEE","TIMESTAMP","HEIGHT"],"type":"string","default":"TIMESTAMP","title":"Sortby"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Page"}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":20,"title":"Size"}},{"name":"orderBy","in":"query","required":false,"schema":{"enum":["ASC","DESC"],"type":"string","default":"DESC","title":"Orderby"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PageSnarkJobsByProverPkDto"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/snarks/{stateHash}/jobs":{"get":{"summary":"Get Snark Jobs By Block","operationId":"get_snark_jobs_by_block__network__v1_snarks__stateHash__jobs_get","parameters":[{"name":"stateHash","in":"path","required":true,"schema":{"type":"string","title":"Statehash"}},{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}},{"name":"sortBy","in":"query","required":false,"schema":{"enum":["TIMESTAMP","FEE","ADDRESS"],"type":"string","default":"TIMESTAMP","title":"Sortby"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Page"}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":20,"title":"Size"}},{"name":"orderBy","in":"query","required":false,"schema":{"enum":["ASC","DESC"],"type":"string","default":"DESC","title":"Orderby"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PageSnarkJobsByStateHashDto"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/time-locks":{"post":{"summary":"Get Time Locks","description":"The global timed-account list. ``size`` > 50 / a bad ``sortBy`` / an invalid\n``lockTypes`` enum → Spring 400 (FastAPI validation).\n\n``lockTypes`` is accepted and validated but **not** used to filter yet: the live enum\nsemantics (does ``LOCKED`` mean \"currently locked\" or \"has a schedule\"?) are the pinned\nunverified default until a wire probe records them (plan Decisions) — the body is\naccepted, the result unfiltered, and the endpoint is flagged unverified in the matrix.","operationId":"get_time_locks__network__v1_time_locks_post","parameters":[{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}},{"name":"searchStr","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Searchstr"}},{"name":"sortBy","in":"query","required":false,"schema":{"enum":["INITIAL_MINIMUM_BALANCE","UNLOCKED_PERCENT","CLIFF_TIME","CLIFF_AMOUNT","VESTING_TIME","VESTING_AMOUNT","UNLOCKED_AMOUNT","LOCK_DATE","FULLY_UNLOCKED_DATE"],"type":"string","default":"INITIAL_MINIMUM_BALANCE","title":"Sortby"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Page"}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":20,"title":"Size"}},{"name":"orderBy","in":"query","required":false,"schema":{"enum":["ASC","DESC"],"type":"string","default":"DESC","title":"Orderby"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LockParams"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RestResponsePageTimeLocksEntity"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/time-locks/day":{"get":{"summary":"Get Time Locks Day","operationId":"get_time_locks_day__network__v1_time_locks_day_get","parameters":[{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}},{"name":"sortBy","in":"query","required":false,"schema":{"enum":["TIMESTAMP","UNLOCK","CUMULATIVE_PERCENT_OF_TOTAL_LOCKS","PERCENT_OF_TOTAL_LOCKS","LOCK_AMOUNT"],"type":"string","default":"TIMESTAMP","title":"Sortby"}},{"name":"isLockedOnly","in":"query","required":false,"schema":{"type":"boolean","default":false,"title":"Islockedonly"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Page"}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":20,"title":"Size"}},{"name":"orderBy","in":"query","required":false,"schema":{"enum":["ASC","DESC"],"type":"string","default":"DESC","title":"Orderby"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RestResponsePageLocksEntity"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/time-locks/month":{"get":{"summary":"Get Time Locks Month","operationId":"get_time_locks_month__network__v1_time_locks_month_get","parameters":[{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}},{"name":"sortBy","in":"query","required":false,"schema":{"enum":["TIMESTAMP","UNLOCK","CUMULATIVE_PERCENT_OF_TOTAL_LOCKS","PERCENT_OF_TOTAL_LOCKS","LOCK_AMOUNT"],"type":"string","default":"TIMESTAMP","title":"Sortby"}},{"name":"isLockedOnly","in":"query","required":false,"schema":{"type":"boolean","default":false,"title":"Islockedonly"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Page"}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":20,"title":"Size"}},{"name":"orderBy","in":"query","required":false,"schema":{"enum":["ASC","DESC"],"type":"string","default":"DESC","title":"Orderby"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RestResponsePageLocksMonthEntity"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/time-locks/year":{"get":{"summary":"Get Time Locks Year","operationId":"get_time_locks_year__network__v1_time_locks_year_get","parameters":[{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}},{"name":"sortBy","in":"query","required":false,"schema":{"enum":["TIMESTAMP","UNLOCK","CUMULATIVE_PERCENT_OF_TOTAL_LOCKS","PERCENT_OF_TOTAL_LOCKS","LOCK_AMOUNT"],"type":"string","default":"TIMESTAMP","title":"Sortby"}},{"name":"isLockedOnly","in":"query","required":false,"schema":{"type":"boolean","default":false,"title":"Islockedonly"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Page"}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":20,"title":"Size"}},{"name":"orderBy","in":"query","required":false,"schema":{"enum":["ASC","DESC"],"type":"string","default":"DESC","title":"Orderby"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RestResponsePageLocksYearEntity"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/tokens":{"get":{"summary":"Get Tokens","description":"Token registry page (Envelope A). ``size`` > 50 → Spring 400 (R10, via ``paging``).","operationId":"get_tokens__network__v1_tokens_get","parameters":[{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}},{"name":"sortBy","in":"query","required":false,"schema":{"enum":["TOKEN_NAME","TOKEN_ID","SUPPLY","TOKEN_OWNER","TOKEN_HOLDERS","TXN_COUNT","UNLOCK_STATUS"],"type":"string","default":"TOKEN_HOLDERS","title":"Sortby"}},{"name":"tokenType","in":"query","required":false,"schema":{"enum":["ALL","CUSTOM_TOKEN","FUNGIBLE_TOKEN"],"type":"string","default":"ALL","title":"Tokentype"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Page"}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":20,"title":"Size"}},{"name":"orderBy","in":"query","required":false,"schema":{"enum":["ASC","DESC"],"type":"string","default":"DESC","title":"Orderby"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RestResponsePageTokenDto"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/tokens/symbols":{"get":{"summary":"Get Token Symbols","description":"Flat ``{tokenId: \"SYMBOL\"}`` string map — no envelope, no pagination (findings §E).","operationId":"get_token_symbols__network__v1_tokens_symbols_get","parameters":[{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"string"},"title":"Response Get Token Symbols  Network  V1 Tokens Symbols Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/tokens/accounts/{address}":{"get":{"summary":"Get Tokens By Address","description":"The tokens ``address`` holds (net balance > 0), by balance (Envelope A).","operationId":"get_tokens_by_address__network__v1_tokens_accounts__address__get","parameters":[{"name":"address","in":"path","required":true,"schema":{"type":"string","title":"Address"}},{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}},{"name":"sortBy","in":"query","required":false,"schema":{"const":"BALANCE","type":"string","default":"BALANCE","title":"Sortby"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Page"}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":20,"title":"Size"}},{"name":"orderBy","in":"query","required":false,"schema":{"enum":["ASC","DESC"],"type":"string","default":"DESC","title":"Orderby"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RestResponsePageTokenByPkDto"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/tokens/{tokenId}/holders":{"get":{"summary":"Get Token Holders","description":"A token's holders + share of observed supply (Envelope A). ``searchStr`` ILIKEs address.","operationId":"get_token_holders__network__v1_tokens__tokenId__holders_get","parameters":[{"name":"tokenId","in":"path","required":true,"schema":{"type":"string","title":"Tokenid"}},{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}},{"name":"sortBy","in":"query","required":false,"schema":{"enum":["BALANCE","PERCENTAGE"],"type":"string","default":"BALANCE","title":"Sortby"}},{"name":"searchStr","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Searchstr"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Page"}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":20,"title":"Size"}},{"name":"orderBy","in":"query","required":false,"schema":{"enum":["ASC","DESC"],"type":"string","default":"DESC","title":"Orderby"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RestResponsePageTokenHolderDto"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/tokens/{tokenId}/txs":{"get":{"summary":"Get Token Txs","description":"The token's zkApp txs (shared ``ZkAppTransactionDto``); ``searchStr`` ILIKEs the hash.","operationId":"get_token_txs__network__v1_tokens__tokenId__txs_get","parameters":[{"name":"tokenId","in":"path","required":true,"schema":{"type":"string","title":"Tokenid"}},{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}},{"name":"sortBy","in":"query","required":false,"schema":{"const":"AGE","type":"string","default":"AGE","title":"Sortby"}},{"name":"searchStr","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Searchstr"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Page"}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":20,"title":"Size"}},{"name":"orderBy","in":"query","required":false,"schema":{"enum":["ASC","DESC"],"type":"string","default":"DESC","title":"Orderby"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RestResponsePageZkAppTransactionDto"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/tokens/{tokenId}":{"get":{"summary":"Get Token By Id","description":"Single-token detail (``TokenInfoDto``). Unknown token id → empty-body 404 (§I.10\nentity-miss precedent, unverified). Index off → 404 as well (no token observed, R8).","operationId":"get_token_by_id__network__v1_tokens__tokenId__get","parameters":[{"name":"tokenId","in":"path","required":true,"schema":{"type":"string","title":"Tokenid"}},{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TokenInfoDto"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/transactions":{"post":{"summary":"Get Transactions","operationId":"get_transactions__network__v1_transactions_post","parameters":[{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}},{"name":"sortBy","in":"query","required":false,"schema":{"enum":["AGE","HEIGHT"],"type":"string","default":"AGE","title":"Sortby"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Page"}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":20,"title":"Size"}},{"name":"orderBy","in":"query","required":false,"schema":{"enum":["ASC","DESC"],"type":"string","default":"DESC","title":"Orderby"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TxParams"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CutPageUserCommand"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/transactions/{hash}":{"get":{"summary":"Get Transaction By Hash","operationId":"get_transaction_by_hash__network__v1_transactions__hash__get","parameters":[{"name":"hash","in":"path","required":true,"schema":{"type":"string","title":"Hash"}},{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TransactionByHashDTO"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/transactions/pending":{"post":{"summary":"Get Pending Transactions","operationId":"get_pending_transactions__network__v1_transactions_pending_post","parameters":[{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}},{"name":"sortBy","in":"query","required":false,"schema":{"enum":["FEE","TYPE","FROM","TO","AMOUNT","NONCE"],"type":"string","default":"AMOUNT","title":"Sortby"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Page"}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":20,"title":"Size"}},{"name":"orderBy","in":"query","required":false,"schema":{"enum":["ASC","DESC"],"type":"string","default":"DESC","title":"Orderby"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TxParams"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RestResponsePagePendingUserCommand"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/transactions/internal":{"post":{"summary":"Get Internal Commands","operationId":"get_internal_commands__network__v1_transactions_internal_post","parameters":[{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}},{"name":"sortBy","in":"query","required":false,"schema":{"enum":["AGE","HEIGHT","AMOUNT"],"type":"string","default":"AGE","title":"Sortby"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Page"}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":20,"title":"Size"}},{"name":"orderBy","in":"query","required":false,"schema":{"enum":["ASC","DESC"],"type":"string","default":"DESC","title":"Orderby"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalTxParams"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RestResponsePageInternalCommand"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/block-confirmation/{txHash}":{"get":{"summary":"Get Block Confirmation","operationId":"get_block_confirmation__network__v1_block_confirmation__txHash__get","parameters":[{"name":"txHash","in":"path","required":true,"schema":{"type":"string","title":"Txhash"}},{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BlockConfirmationDto"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/validators":{"get":{"summary":"Get Validators","description":"Envelope B validators page. ``size`` > 50 → Spring 400 (R10, via ``paging``).","operationId":"get_validators__network__v1_validators_get","parameters":[{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","default":"STAKE","title":"Sortby"}},{"name":"type","in":"query","required":false,"schema":{"type":"string","default":"ALL","title":"Type"}},{"name":"isVerifiedOnly","in":"query","required":false,"schema":{"type":"boolean","default":false,"title":"Isverifiedonly"}},{"name":"isNotAnonymousOnly","in":"query","required":false,"schema":{"type":"boolean","default":false,"title":"Isnotanonymousonly"}},{"name":"isWithFeeOnly","in":"query","required":false,"schema":{"type":"boolean","default":false,"title":"Iswithfeeonly"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Page"}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":20,"title":"Size"}},{"name":"orderBy","in":"query","required":false,"schema":{"enum":["ASC","DESC"],"type":"string","default":"DESC","title":"Orderby"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PageValidatorDTO"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/top-validators":{"get":{"summary":"Get Top Validators","description":"Bare JSON array of the top ``count`` validators by stake — on registered networks.\n\nOn a network where the route is not registered (``has_top_validators=False``: mainnet,\nmesa) this returns the exact unknown-path 405 body, byte-identical to ``app/errors.py``'s\ngeneric response (R7 — reuses ``UNKNOWN_PATH_MESSAGE``). The 405 gate MUST precede\n``count`` validation so an invalid ``count`` cannot leak a Spring 400 on a route that\nmust appear absent for EVERY input.","operationId":"get_top_validators__network__v1_top_validators_get","parameters":[{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}},{"name":"count","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Count"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TopValidatorsResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/validators/{address}":{"get":{"summary":"Get Validator By Address","description":"Single-validator detail. Absent / index-off → an all-fields object with the address\nechoed and zero block counts (R8; never 500). Wire shape unverified (see module docstring).","operationId":"get_validator_by_address__network__v1_validators__address__get","parameters":[{"name":"address","in":"path","required":true,"schema":{"type":"string","title":"Address"}},{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidatorDTO"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/zkapps/txs":{"get":{"summary":"Get Zkapp Txs","operationId":"get_zkapp_txs__network__v1_zkapps_txs_get","parameters":[{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}},{"name":"sortBy","in":"query","required":false,"schema":{"const":"AGE","type":"string","default":"AGE","title":"Sortby"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Page"}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":20,"title":"Size"}},{"name":"orderBy","in":"query","required":false,"schema":{"enum":["ASC","DESC"],"type":"string","default":"DESC","title":"Orderby"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CutPageZkAppTransactionDto"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/zkapps/accounts/{address}/txs":{"get":{"summary":"Get Zkapp Txs By Account","operationId":"get_zkapp_txs_by_account__network__v1_zkapps_accounts__address__txs_get","parameters":[{"name":"address","in":"path","required":true,"schema":{"type":"string","title":"Address"}},{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}},{"name":"sortBy","in":"query","required":false,"schema":{"const":"AGE","type":"string","default":"AGE","title":"Sortby"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Page"}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":20,"title":"Size"}},{"name":"orderBy","in":"query","required":false,"schema":{"enum":["ASC","DESC"],"type":"string","default":"DESC","title":"Orderby"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RestResponsePageZkAppTransactionDto"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/zkapps/blocks/{stateHash}/txs":{"get":{"summary":"Get Zkapp Txs By Block","operationId":"get_zkapp_txs_by_block__network__v1_zkapps_blocks__stateHash__txs_get","parameters":[{"name":"stateHash","in":"path","required":true,"schema":{"type":"string","title":"Statehash"}},{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}},{"name":"sortBy","in":"query","required":false,"schema":{"const":"AGE","type":"string","default":"AGE","title":"Sortby"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Page"}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":20,"title":"Size"}},{"name":"orderBy","in":"query","required":false,"schema":{"enum":["ASC","DESC"],"type":"string","default":"DESC","title":"Orderby"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RestResponsePageZkAppTransactionDto"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/zkapps/txs/raw/{txHash}":{"get":{"summary":"Get Zkapp Tx Raw","operationId":"get_zkapp_tx_raw__network__v1_zkapps_txs_raw__txHash__get","parameters":[{"name":"txHash","in":"path","required":true,"schema":{"type":"string","title":"Txhash"}},{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"string","title":"Response Get Zkapp Tx Raw  Network  V1 Zkapps Txs Raw  Txhash  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/zkapps/txs/balance-change/{txHash}":{"get":{"summary":"Get Zkapp Tx Balance Change","operationId":"get_zkapp_tx_balance_change__network__v1_zkapps_txs_balance_change__txHash__get","parameters":[{"name":"txHash","in":"path","required":true,"schema":{"type":"string","title":"Txhash"}},{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ChangeBalanceDto"},"title":"Response Get Zkapp Tx Balance Change  Network  V1 Zkapps Txs Balance Change  Txhash  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/zkapps/txs/{txHash}":{"get":{"summary":"Get Zkapp Tx By Hash","operationId":"get_zkapp_tx_by_hash__network__v1_zkapps_txs__txHash__get","parameters":[{"name":"txHash","in":"path","required":true,"schema":{"type":"string","title":"Txhash"}},{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ZkAppTransactionDetailsDto"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/zkapps/{address}/verification-key-history":{"get":{"summary":"Get Vk History","description":"Bare JSON array of VK changes, ascending by block height (oldest first). An\nunknown / no-history address degrades to an empty array (R8; the §I.9-style\n200-with-empty answer, never a 404 here).","operationId":"get_vk_history__network__v1_zkapps__address__verification_key_history_get","parameters":[{"name":"address","in":"path","required":true,"schema":{"type":"string","title":"Address"}},{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/VerificationKeyHistoryDto"},"title":"Response Get Vk History  Network  V1 Zkapps  Address  Verification Key History Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/zkapps/{address}/last-verification-key-change":{"get":{"summary":"Get Last Vk Change","description":"Bare int64 timestamp of the most recent canonical VK change, or bare ``null``\nwhen the account has none / the index is off (R8; §I.9 200-with-null precedent).","operationId":"get_last_vk_change__network__v1_zkapps__address__last_verification_key_change_get","parameters":[{"name":"address","in":"path","required":true,"schema":{"type":"string","title":"Address"}},{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LastVerificationKeyChangeResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{network}/v1/zkapps/{address}":{"get":{"summary":"Get Zkapp By Address","operationId":"get_zkapp_by_address__network__v1_zkapps__address__get","parameters":[{"name":"address","in":"path","required":true,"schema":{"type":"string","title":"Address"}},{"name":"network","in":"path","required":true,"schema":{"type":"string","title":"Network"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ZkAppDto"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}}},"components":{"schemas":{"AccountActivity":{"properties":{"accountAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountaddress"},"accountImg":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountimg"},"accountName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountname"},"age":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Age"},"amount":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Amount"},"blockHeight":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Blockheight"},"direction":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Direction"},"fee":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Fee"},"globalSlot":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Globalslot"},"isAmountChangeable":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Isamountchangeable"},"memo":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Memo"},"nonce":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Nonce"},"receiverAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Receiveraddress"},"receiverImg":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Receiverimg"},"receiverName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Receivername"},"receiverScam":{"anyOf":[{"$ref":"#/components/schemas/ScamDto"},{"type":"null"}]},"senderAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Senderaddress"},"senderImg":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Senderimg"},"senderName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Sendername"},"slot":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Slot"},"sourceScam":{"anyOf":[{"$ref":"#/components/schemas/ScamDto"},{"type":"null"}]},"stateHash":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Statehash"},"status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Status"},"txHash":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Txhash"},"type":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Type"}},"type":"object","title":"AccountActivity"},"AccountBalanceDto":{"properties":{"balance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Balance"},"balanceUsd":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Balanceusd"}},"type":"object","title":"AccountBalanceDto"},"AccountDelegatee":{"properties":{"accountScam":{"anyOf":[{"$ref":"#/components/schemas/ScamDto"},{"type":"null"}]},"amount":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Amount"},"delegateeAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Delegateeaddress"},"delegateeImg":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Delegateeimg"},"delegateeName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Delegateename"}},"type":"object","title":"AccountDelegatee"},"AccountDelegatesDto":{"properties":{"currentEpoch":{"anyOf":[{"$ref":"#/components/schemas/AccountDelegatee"},{"type":"null"}]},"epoch1":{"anyOf":[{"$ref":"#/components/schemas/AccountDelegatee"},{"type":"null"}]},"epoch2":{"anyOf":[{"$ref":"#/components/schemas/AccountDelegatee"},{"type":"null"}]}},"type":"object","title":"AccountDelegatesDto"},"AccountInfo":{"properties":{"accountAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountaddress"},"accountImg":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountimg"},"accountName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountname"},"accountScam":{"anyOf":[{"$ref":"#/components/schemas/ScamDto"},{"type":"null"}]},"balance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Balance"},"description":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Description"},"discordNicknames":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Discordnicknames"},"firstSeen":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Firstseen"},"isNotActivated":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Isnotactivated"},"isVerified":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Isverified"},"isZkappAccount":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Iszkappaccount"},"lastSeen":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Lastseen"},"nonce":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Nonce"},"receiptChainHash":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Receiptchainhash"},"socialDiscord":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Socialdiscord"},"socialEmail":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Socialemail"},"socialGitHub":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Socialgithub"},"socialTelegram":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Socialtelegram"},"socialTwitter":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Socialtwitter"},"votingFor":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Votingfor"},"website":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Website"}},"type":"object","title":"AccountInfo"},"AccountStatisticDto":{"properties":{"incomingTxs":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Incomingtxs"},"maxBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Maxbalance"},"minBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Minbalance"},"outgoingTxs":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Outgoingtxs"},"totalTxs":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totaltxs"},"zkappTxs":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Zkapptxs"}},"type":"object","title":"AccountStatisticDto"},"AccountUpdateBodyDto":{"properties":{"publicKey":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Publickey"},"tokenId":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tokenid"}},"type":"object","title":"AccountUpdateBodyDto"},"AccountUpdateDto":{"properties":{"body":{"anyOf":[{"$ref":"#/components/schemas/AccountUpdateBodyDto"},{"type":"null"}]}},"type":"object","title":"AccountUpdateDto"},"AccountsList":{"properties":{"accountAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountaddress"},"accountImg":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountimg"},"accountName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountname"},"accountScam":{"anyOf":[{"$ref":"#/components/schemas/ScamDto"},{"type":"null"}]},"balance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Balance"},"delegate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Delegate"},"delegateImg":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Delegateimg"},"delegateName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Delegatename"},"delegateScam":{"anyOf":[{"$ref":"#/components/schemas/ScamDto"},{"type":"null"}]},"isZkappAccount":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Iszkappaccount"},"nonce":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Nonce"},"receiptChainHash":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Receiptchainhash"}},"type":"object","title":"AccountsList"},"BlockConfirmationDto":{"properties":{"blockConfirmationsCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Blockconfirmationscount"},"blockHeight":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Blockheight"},"failureReason":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Failurereason"},"isCanonical":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Iscanonical"},"stateHash":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Statehash"},"txHashNext":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Txhashnext"},"txHashPrevious":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Txhashprevious"},"txStatus":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Txstatus"}},"type":"object","title":"BlockConfirmationDto"},"BlockViewDto":{"properties":{"accountAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountaddress"},"accountImg":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountimg"},"accountName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountname"},"blockHeight":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Blockheight"},"coinbase":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Coinbase"},"coinbaseReceiver":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Coinbasereceiver"},"coinbaseReceiverImg":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Coinbasereceiverimg"},"coinbaseReceiverName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Coinbasereceivername"},"globalSlot":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Globalslot"},"globalSlotSinceGenesis":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Globalslotsincegenesis"},"isCanonical":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Iscanonical"},"parentHash":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Parenthash"},"snarkedLedgerHash":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Snarkedledgerhash"},"snarkersFee":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Snarkersfee"},"stagedLedgerHash":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Stagedledgerhash"},"stateHash":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Statehash"},"timestamp":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Timestamp"},"transactionsCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Transactionscount"},"transactionsFee":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Transactionsfee"},"winnerAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Winneraddress"},"winnerImg":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Winnerimg"},"winnerName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Winnername"}},"type":"object","title":"BlockViewDto"},"Blocks":{"properties":{"accountAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountaddress"},"accountImg":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountimg"},"accountName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountname"},"blockHeight":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Blockheight"},"coinbase":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Coinbase"},"epoch":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Epoch"},"globalSlotSinceGenesis":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Globalslotsincegenesis"},"isCanonical":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Iscanonical"},"ledgerHash":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Ledgerhash"},"parentHash":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Parenthash"},"slot":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Slot"},"snarkJobsCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Snarkjobscount"},"snarkersCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Snarkerscount"},"stateHash":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Statehash"},"timestamp":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Timestamp"},"transactionsCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Transactionscount"},"zkappTransactionsCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Zkapptransactionscount"}},"type":"object","title":"Blocks"},"ChainStatus":{"type":"string","enum":["ONCHAIN","OFFCHAIN"],"title":"ChainStatus"},"ChangeBalanceDto":{"properties":{"accountAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountaddress"},"accountImg":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountimg"},"accountName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountname"},"accountScam":{"anyOf":[{"$ref":"#/components/schemas/ScamDto"},{"type":"null"}]},"balanceAfter":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Balanceafter"},"balanceBefore":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Balancebefore"},"changeBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Changebalance"},"coingeckoCoinId":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Coingeckocoinid"},"coinmarketCoinId":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Coinmarketcoinid"},"isBridged":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Isbridged"},"isFeeIncluded":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Isfeeincluded"},"isVerified":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Isverified"},"isZkappAccount":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Iszkappaccount"},"tokenId":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tokenid"},"tokenImage":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tokenimage"},"tokenName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tokenname"},"tokenScam":{"anyOf":[{"$ref":"#/components/schemas/ScamDto"},{"type":"null"}]},"tokenSymbol":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tokensymbol"}},"type":"object","title":"ChangeBalanceDto"},"CutPageAccountsList":{"properties":{"content":{"anyOf":[{"items":{"$ref":"#/components/schemas/AccountsList"},"type":"array"},{"type":"null"}],"title":"Content"},"currentPage":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Currentpage"},"data":{"anyOf":[{"items":{"$ref":"#/components/schemas/AccountsList"},"type":"array"},{"type":"null"}],"title":"Data"},"empty":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Empty"},"first":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"First"},"last":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Last"},"number":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Number"},"numberOfElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Numberofelements"},"pageable":{"anyOf":[{"$ref":"#/components/schemas/PageableObject"},{"type":"null"}]},"size":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Size"},"sort":{"anyOf":[{"$ref":"#/components/schemas/SortObject"},{"type":"null"}]},"totalCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalcount"},"totalElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalelements"},"totalItems":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalitems"},"totalPages":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalpages"}},"type":"object","title":"CutPageAccountsList"},"CutPageBlocks":{"properties":{"content":{"anyOf":[{"items":{"$ref":"#/components/schemas/Blocks"},"type":"array"},{"type":"null"}],"title":"Content"},"currentPage":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Currentpage"},"data":{"anyOf":[{"items":{"$ref":"#/components/schemas/Blocks"},"type":"array"},{"type":"null"}],"title":"Data"},"empty":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Empty"},"first":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"First"},"last":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Last"},"number":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Number"},"numberOfElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Numberofelements"},"pageable":{"anyOf":[{"$ref":"#/components/schemas/PageableObject"},{"type":"null"}]},"size":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Size"},"sort":{"anyOf":[{"$ref":"#/components/schemas/SortObject"},{"type":"null"}]},"totalCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalcount"},"totalElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalelements"},"totalItems":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalitems"},"totalPages":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalpages"}},"type":"object","title":"CutPageBlocks"},"CutPageUserCommand":{"properties":{"content":{"anyOf":[{"items":{"$ref":"#/components/schemas/UserCommand"},"type":"array"},{"type":"null"}],"title":"Content"},"currentPage":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Currentpage"},"data":{"anyOf":[{"items":{"$ref":"#/components/schemas/UserCommand"},"type":"array"},{"type":"null"}],"title":"Data"},"empty":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Empty"},"first":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"First"},"last":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Last"},"number":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Number"},"numberOfElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Numberofelements"},"pageable":{"anyOf":[{"$ref":"#/components/schemas/PageableObject"},{"type":"null"}]},"size":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Size"},"sort":{"anyOf":[{"$ref":"#/components/schemas/SortObject"},{"type":"null"}]},"totalCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalcount"},"totalElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalelements"},"totalItems":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalitems"},"totalPages":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalpages"}},"type":"object","title":"CutPageUserCommand"},"CutPageZkAppTransactionDto":{"properties":{"content":{"anyOf":[{"items":{"$ref":"#/components/schemas/ZkAppTransactionDto"},"type":"array"},{"type":"null"}],"title":"Content"},"currentPage":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Currentpage"},"data":{"anyOf":[{"items":{"$ref":"#/components/schemas/ZkAppTransactionDto"},"type":"array"},{"type":"null"}],"title":"Data"},"empty":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Empty"},"first":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"First"},"last":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Last"},"number":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Number"},"numberOfElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Numberofelements"},"pageable":{"anyOf":[{"$ref":"#/components/schemas/PageableObject"},{"type":"null"}]},"size":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Size"},"sort":{"anyOf":[{"$ref":"#/components/schemas/SortObject"},{"type":"null"}]},"totalCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalcount"},"totalElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalelements"},"totalItems":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalitems"},"totalPages":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalpages"}},"type":"object","title":"CutPageZkAppTransactionDto"},"DashboardDto":{"properties":{"accountsCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Accountscount"},"accountsCountDay":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Accountscountday"},"activeSnarkersCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Activesnarkerscount"},"activeValidatorsCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Activevalidatorscount"},"avgFee":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Avgfee"},"avgFeeDay":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Avgfeeday"},"avgSnarkFee":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Avgsnarkfee"},"blockHeight":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Blockheight"},"blockHeightDay":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Blockheightday"},"collectionsCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Collectionscount"},"epoch":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Epoch"},"maxTxFee":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Maxtxfee"},"minTxFee":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Mintxfee"},"nftsCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Nftscount"},"paymentsCount":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Paymentscount"},"paymentsCountDay":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Paymentscountday"},"slot":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Slot"},"snarkersCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Snarkerscount"},"snarkersCountDay":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Snarkerscountday"},"tokensCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Tokenscount"},"txsCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Txscount"},"txsCountDay":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Txscountday"},"validatorsCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Validatorscount"},"zkAppAccountsCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Zkappaccountscount"},"zkappTxsCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Zkapptxscount"},"zkappTxsCountDay":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Zkapptxscountday"},"zkappsCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Zkappscount"},"zkappsCountDay":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Zkappscountday"}},"type":"object","title":"DashboardDto"},"DataPointDto":{"properties":{"timestamp":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Timestamp"},"value":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Value"}},"type":"object","title":"DataPointDto"},"EpochDotDTO":{"properties":{"epoch":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Epoch"},"value":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Value"}},"type":"object","title":"EpochDotDTO"},"FailureDto":{"properties":{"failureReason":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Failurereason"},"index":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Index"}},"type":"object","title":"FailureDto"},"FeePayerBodyDto":{"properties":{"publicKey":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Publickey"},"tokenId":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tokenid"}},"type":"object","title":"FeePayerBodyDto"},"FeePayerDto":{"properties":{"body":{"anyOf":[{"$ref":"#/components/schemas/FeePayerBodyDto"},{"type":"null"}]}},"type":"object","title":"FeePayerDto"},"GenericAccountUpdateDto":{"properties":{"accountAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountaddress"},"accountImg":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountimg"},"accountName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountname"},"accountScam":{"anyOf":[{"$ref":"#/components/schemas/ScamDto"},{"type":"null"}]},"isZkappAccount":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Iszkappaccount"},"verificationKey":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Verificationkey"},"verificationKeyHash":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Verificationkeyhash"}},"type":"object","title":"GenericAccountUpdateDto"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"InternalCommand":{"properties":{"accountAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountaddress"},"accountImg":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountimg"},"accountName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountname"},"blockHeight":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Blockheight"},"fee":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Fee"},"receiverAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Receiveraddress"},"receiverImg":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Receiverimg"},"receiverName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Receivername"},"secondarySequenceNo":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Secondarysequenceno"},"sequenceNo":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sequenceno"},"slot":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Slot"},"stateHash":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Statehash"},"timestamp":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Timestamp"},"txHash":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Txhash"},"type":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Type"}},"type":"object","title":"InternalCommand"},"InternalTxParams":{"properties":{"messageTypesInTx":{"anyOf":[{"items":{"$ref":"#/components/schemas/MessageTypesInTxEnum"},"type":"array"},{"$ref":"#/components/schemas/MessageTypesInTx"}],"title":"Messagetypesintx","description":"Type of message in a transaction."}},"type":"object","required":["messageTypesInTx"],"title":"InternalTxParams"},"IsSnarkerResponse":{"type":"boolean","title":"IsSnarkerResponse","description":"GET /v1/accounts/{address}/is-snarker — bare JSON boolean."},"IsValidatorResponse":{"type":"boolean","title":"IsValidatorResponse","description":"GET /v1/accounts/{address}/is-validator — bare JSON boolean."},"LastVerificationKeyChangeResponse":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"LastVerificationKeyChangeResponse","description":"GET /v1/zkapps/{address}/last-verification-key-change — bare int64 timestamp.\n\nThe raw spec types the 200 body a plain ``integer/int64`` (no envelope); the\ngenerated models carry no bare-scalar model for it, so this override emits the\nbare integer. It is ``int | None`` because an account with no canonical VK change\nreturns a bare ``null`` (the §I.9 200-with-null address-lookup precedent, the same\nthe sibling ``GET /v1/zkapps/{address}`` follows — unverified against the live wire,\nno Blockberry key available; re-probe tracked in docs/evidence/m3-t7/)."},"LatestBlockStateHashResponse":{"type":"string","title":"LatestBlockStateHashResponse","description":"GET /v1/blocks/latest-block-state-hash — bare JSON string."},"LatestTransactionsResponse":{"items":{"$ref":"#/components/schemas/UserCommand"},"type":"array","title":"LatestTransactionsResponse","description":"GET /v1/latest-transactions — bare JSON array of UserCommand."},"LatestZkAppTransactionsResponse":{"items":{"$ref":"#/components/schemas/ZkAppTransactionDto"},"type":"array","title":"LatestZkAppTransactionsResponse","description":"GET /v1/latest-zkapp-transactions — bare JSON array of ZkAppTransactionDto."},"LockParams":{"properties":{"lockTypes":{"anyOf":[{"items":{"$ref":"#/components/schemas/LockType"},"type":"array"},{"$ref":"#/components/schemas/LockTypes"}],"title":"Locktypes","description":"Type of funds on the account balance: locked or unlocked."}},"type":"object","required":["lockTypes"],"title":"LockParams"},"LockType":{"type":"string","enum":["LOCKED","UNLOCKED"],"title":"LockType"},"LockTypes":{"type":"string","enum":["LOCKED","UNLOCKED"],"title":"LockTypes"},"LocksEntity":{"properties":{"cumulativePercentOfTotalLocks":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Cumulativepercentoftotallocks"},"lockAmount":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Lockamount"},"percentOfTotalLocks":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Percentoftotallocks"},"timestamp":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Timestamp"},"unlock":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Unlock"},"unlockAmount":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Unlockamount"}},"type":"object","title":"LocksEntity"},"LocksMonthEntity":{"properties":{"cumulativePercentOfTotalLocks":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Cumulativepercentoftotallocks"},"lockAmount":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Lockamount"},"percentOfTotalLocks":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Percentoftotallocks"},"timestamp":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Timestamp"},"unlock":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Unlock"},"unlockAmount":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Unlockamount"}},"type":"object","title":"LocksMonthEntity"},"LocksYearEntity":{"properties":{"cumulativePercentOfTotalLocks":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Cumulativepercentoftotallocks"},"lockAmount":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Lockamount"},"percentOfTotalLocks":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Percentoftotallocks"},"timestamp":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Timestamp"},"unlock":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Unlock"},"unlockAmount":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Unlockamount"}},"type":"object","title":"LocksYearEntity"},"MessageTypesInTx":{"type":"string","enum":["FEE_TRANSFER","COINBASE","FEE_TRANSFER_VIA_COINBASE"],"title":"MessageTypesInTx"},"MessageTypesInTx1":{"type":"string","enum":["PAYMENT","DELEGATION"],"title":"MessageTypesInTx1"},"MessageTypesInTxEnum":{"type":"string","enum":["FEE_TRANSFER","COINBASE","FEE_TRANSFER_VIA_COINBASE"],"title":"MessageTypesInTxEnum"},"MessageTypesInTxEnum1":{"type":"string","enum":["PAYMENT","DELEGATION"],"title":"MessageTypesInTxEnum1"},"MipDto":{"properties":{"creatorImg":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Creatorimg"},"creatorName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Creatorname"},"creatorPk":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Creatorpk"},"id":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Id"},"invalidCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Invalidcount"},"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name"},"noCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Nocount"},"noStakePercent":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Nostakepercent"},"stakeNo":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Stakeno"},"stakeYes":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Stakeyes"},"status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Status"},"title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Title"},"totalStake":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Totalstake"},"votingPeriodEnd":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Votingperiodend"},"votingPeriodStart":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Votingperiodstart"},"yesCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Yescount"},"yesStakePercent":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Yesstakepercent"}},"type":"object","title":"MipDto"},"MipEntity":{"properties":{"createTime":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Createtime"},"creatorImg":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Creatorimg"},"creatorName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Creatorname"},"description":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Description"},"forumLink":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Forumlink"},"id":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Id"},"keyword":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Keyword"},"mipCreatorsPk":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Mipcreatorspk"},"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name"},"negativeAnswer":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Negativeanswer"},"positiveAnswer":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Positiveanswer"},"recordingsLink":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Recordingslink"},"results":{"anyOf":[{"$ref":"#/components/schemas/MipResultEntity"},{"type":"null"}]},"socialContact":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Socialcontact"},"socialDiscord":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Socialdiscord"},"socialForum":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Socialforum"},"socialTelegram":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Socialtelegram"},"timelines":{"anyOf":[{"items":{"$ref":"#/components/schemas/MipTimelineEntity"},"type":"array"},{"type":"null"}],"title":"Timelines"},"title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Title"}},"type":"object","title":"MipEntity"},"MipResultEntity":{"properties":{"id":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Id"},"invalidAnswerCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Invalidanswercount"},"mip":{"anyOf":[{"$ref":"#/components/schemas/MipEntity"},{"type":"null"}]},"negativeAnswerCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Negativeanswercount"},"negativeAnswerStake":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Negativeanswerstake"},"positiveAnswerCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Positiveanswercount"},"positiveAnswerStake":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Positiveanswerstake"},"totalAnswerStake":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Totalanswerstake"},"totalSupply":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Totalsupply"},"votePercent":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Votepercent"}},"type":"object","title":"MipResultEntity"},"MipTimelineEntity":{"properties":{"chainStatus":{"anyOf":[{"$ref":"#/components/schemas/ChainStatus"},{"type":"null"}]},"endPeriod":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Endperiod"},"startPeriod":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Startperiod"},"status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Status"}},"type":"object","title":"MipTimelineEntity"},"PageSnarkJobsByProverPkDto":{"properties":{"content":{"anyOf":[{"items":{"$ref":"#/components/schemas/SnarkJobsByProverPkDto"},"type":"array"},{"type":"null"}],"title":"Content"},"empty":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Empty"},"first":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"First"},"last":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Last"},"number":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Number"},"numberOfElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Numberofelements"},"pageable":{"anyOf":[{"$ref":"#/components/schemas/PageableObject"},{"type":"null"}]},"size":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Size"},"sort":{"anyOf":[{"$ref":"#/components/schemas/SortObject"},{"type":"null"}]},"totalElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalelements"},"totalPages":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalpages"}},"type":"object","title":"PageSnarkJobsByProverPkDto"},"PageSnarkJobsByStateHashDto":{"properties":{"content":{"anyOf":[{"items":{"$ref":"#/components/schemas/SnarkJobsByStateHashDto"},"type":"array"},{"type":"null"}],"title":"Content"},"empty":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Empty"},"first":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"First"},"last":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Last"},"number":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Number"},"numberOfElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Numberofelements"},"pageable":{"anyOf":[{"$ref":"#/components/schemas/PageableObject"},{"type":"null"}]},"size":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Size"},"sort":{"anyOf":[{"$ref":"#/components/schemas/SortObject"},{"type":"null"}]},"totalElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalelements"},"totalPages":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalpages"}},"type":"object","title":"PageSnarkJobsByStateHashDto"},"PageSnarkerListDto":{"properties":{"content":{"anyOf":[{"items":{"$ref":"#/components/schemas/SnarkerListDto"},"type":"array"},{"type":"null"}],"title":"Content"},"empty":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Empty"},"first":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"First"},"last":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Last"},"number":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Number"},"numberOfElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Numberofelements"},"pageable":{"anyOf":[{"$ref":"#/components/schemas/PageableObject"},{"type":"null"}]},"size":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Size"},"sort":{"anyOf":[{"$ref":"#/components/schemas/SortObject"},{"type":"null"}]},"totalElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalelements"},"totalPages":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalpages"}},"type":"object","title":"PageSnarkerListDto"},"PageValidatorDTO":{"properties":{"content":{"anyOf":[{"items":{"$ref":"#/components/schemas/ValidatorDTO"},"type":"array"},{"type":"null"}],"title":"Content"},"empty":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Empty"},"first":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"First"},"last":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Last"},"number":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Number"},"numberOfElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Numberofelements"},"pageable":{"anyOf":[{"$ref":"#/components/schemas/PageableObject"},{"type":"null"}]},"size":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Size"},"sort":{"anyOf":[{"$ref":"#/components/schemas/SortObject"},{"type":"null"}]},"totalElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalelements"},"totalPages":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalpages"}},"type":"object","title":"PageValidatorDTO"},"PageableObject":{"properties":{"offset":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Offset"},"pageNumber":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Pagenumber"},"pageSize":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Pagesize"},"paged":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Paged"},"sort":{"anyOf":[{"$ref":"#/components/schemas/SortObject"},{"type":"null"}]},"unpaged":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Unpaged"}},"type":"object","title":"PageableObject"},"PendingUserCommand":{"properties":{"age":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Age"},"amount":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Amount"},"fee":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Fee"},"fromAccountAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Fromaccountaddress"},"fromAccountImg":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Fromaccountimg"},"fromAccountName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Fromaccountname"},"isAmountChangeable":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Isamountchangeable"},"memo":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Memo"},"nonce":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Nonce"},"receiverScam":{"anyOf":[{"$ref":"#/components/schemas/ScamDto"},{"type":"null"}]},"sourceScam":{"anyOf":[{"$ref":"#/components/schemas/ScamDto"},{"type":"null"}]},"status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Status"},"toAccountAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Toaccountaddress"},"toAccountImg":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Toaccountimg"},"toAccountName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Toaccountname"},"txHash":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Txhash"},"type":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Type"}},"type":"object","title":"PendingUserCommand"},"RestResponsePageAccountActivity":{"properties":{"content":{"anyOf":[{"items":{"$ref":"#/components/schemas/AccountActivity"},"type":"array"},{"type":"null"}],"title":"Content"},"currentPage":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Currentpage"},"data":{"anyOf":[{"items":{"$ref":"#/components/schemas/AccountActivity"},"type":"array"},{"type":"null"}],"title":"Data"},"empty":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Empty"},"first":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"First"},"last":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Last"},"number":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Number"},"numberOfElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Numberofelements"},"pageable":{"anyOf":[{"$ref":"#/components/schemas/PageableObject"},{"type":"null"}]},"size":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Size"},"sort":{"anyOf":[{"$ref":"#/components/schemas/SortObject"},{"type":"null"}]},"totalElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalelements"},"totalItems":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalitems"},"totalPages":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalpages"}},"type":"object","title":"RestResponsePageAccountActivity"},"RestResponsePageInternalCommand":{"properties":{"content":{"anyOf":[{"items":{"$ref":"#/components/schemas/InternalCommand"},"type":"array"},{"type":"null"}],"title":"Content"},"currentPage":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Currentpage"},"data":{"anyOf":[{"items":{"$ref":"#/components/schemas/InternalCommand"},"type":"array"},{"type":"null"}],"title":"Data"},"empty":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Empty"},"first":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"First"},"last":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Last"},"number":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Number"},"numberOfElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Numberofelements"},"pageable":{"anyOf":[{"$ref":"#/components/schemas/PageableObject"},{"type":"null"}]},"size":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Size"},"sort":{"anyOf":[{"$ref":"#/components/schemas/SortObject"},{"type":"null"}]},"totalElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalelements"},"totalItems":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalitems"},"totalPages":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalpages"}},"type":"object","title":"RestResponsePageInternalCommand"},"RestResponsePageLocksEntity":{"properties":{"content":{"anyOf":[{"items":{"$ref":"#/components/schemas/LocksEntity"},"type":"array"},{"type":"null"}],"title":"Content"},"currentPage":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Currentpage"},"data":{"anyOf":[{"items":{"$ref":"#/components/schemas/LocksEntity"},"type":"array"},{"type":"null"}],"title":"Data"},"empty":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Empty"},"first":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"First"},"last":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Last"},"number":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Number"},"numberOfElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Numberofelements"},"pageable":{"anyOf":[{"$ref":"#/components/schemas/PageableObject"},{"type":"null"}]},"size":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Size"},"sort":{"anyOf":[{"$ref":"#/components/schemas/SortObject"},{"type":"null"}]},"totalElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalelements"},"totalItems":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalitems"},"totalPages":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalpages"}},"type":"object","title":"RestResponsePageLocksEntity"},"RestResponsePageLocksMonthEntity":{"properties":{"content":{"anyOf":[{"items":{"$ref":"#/components/schemas/LocksMonthEntity"},"type":"array"},{"type":"null"}],"title":"Content"},"currentPage":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Currentpage"},"data":{"anyOf":[{"items":{"$ref":"#/components/schemas/LocksMonthEntity"},"type":"array"},{"type":"null"}],"title":"Data"},"empty":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Empty"},"first":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"First"},"last":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Last"},"number":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Number"},"numberOfElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Numberofelements"},"pageable":{"anyOf":[{"$ref":"#/components/schemas/PageableObject"},{"type":"null"}]},"size":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Size"},"sort":{"anyOf":[{"$ref":"#/components/schemas/SortObject"},{"type":"null"}]},"totalElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalelements"},"totalItems":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalitems"},"totalPages":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalpages"}},"type":"object","title":"RestResponsePageLocksMonthEntity"},"RestResponsePageLocksYearEntity":{"properties":{"content":{"anyOf":[{"items":{"$ref":"#/components/schemas/LocksYearEntity"},"type":"array"},{"type":"null"}],"title":"Content"},"currentPage":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Currentpage"},"data":{"anyOf":[{"items":{"$ref":"#/components/schemas/LocksYearEntity"},"type":"array"},{"type":"null"}],"title":"Data"},"empty":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Empty"},"first":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"First"},"last":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Last"},"number":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Number"},"numberOfElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Numberofelements"},"pageable":{"anyOf":[{"$ref":"#/components/schemas/PageableObject"},{"type":"null"}]},"size":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Size"},"sort":{"anyOf":[{"$ref":"#/components/schemas/SortObject"},{"type":"null"}]},"totalElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalelements"},"totalItems":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalitems"},"totalPages":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalpages"}},"type":"object","title":"RestResponsePageLocksYearEntity"},"RestResponsePageMipDto":{"properties":{"content":{"anyOf":[{"items":{"$ref":"#/components/schemas/MipDto"},"type":"array"},{"type":"null"}],"title":"Content"},"currentPage":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Currentpage"},"data":{"anyOf":[{"items":{"$ref":"#/components/schemas/MipDto"},"type":"array"},{"type":"null"}],"title":"Data"},"empty":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Empty"},"first":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"First"},"last":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Last"},"number":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Number"},"numberOfElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Numberofelements"},"pageable":{"anyOf":[{"$ref":"#/components/schemas/PageableObject"},{"type":"null"}]},"size":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Size"},"sort":{"anyOf":[{"$ref":"#/components/schemas/SortObject"},{"type":"null"}]},"totalElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalelements"},"totalItems":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalitems"},"totalPages":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalpages"}},"type":"object","title":"RestResponsePageMipDto"},"RestResponsePagePendingUserCommand":{"properties":{"content":{"anyOf":[{"items":{"$ref":"#/components/schemas/PendingUserCommand"},"type":"array"},{"type":"null"}],"title":"Content"},"currentPage":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Currentpage"},"data":{"anyOf":[{"items":{"$ref":"#/components/schemas/PendingUserCommand"},"type":"array"},{"type":"null"}],"title":"Data"},"empty":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Empty"},"first":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"First"},"last":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Last"},"number":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Number"},"numberOfElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Numberofelements"},"pageable":{"anyOf":[{"$ref":"#/components/schemas/PageableObject"},{"type":"null"}]},"size":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Size"},"sort":{"anyOf":[{"$ref":"#/components/schemas/SortObject"},{"type":"null"}]},"totalElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalelements"},"totalItems":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalitems"},"totalPages":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalpages"}},"type":"object","title":"RestResponsePagePendingUserCommand"},"RestResponsePageTimeLocksEntity":{"properties":{"content":{"anyOf":[{"items":{"$ref":"#/components/schemas/TimeLocksEntity"},"type":"array"},{"type":"null"}],"title":"Content"},"currentPage":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Currentpage"},"data":{"anyOf":[{"items":{"$ref":"#/components/schemas/TimeLocksEntity"},"type":"array"},{"type":"null"}],"title":"Data"},"empty":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Empty"},"first":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"First"},"last":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Last"},"number":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Number"},"numberOfElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Numberofelements"},"pageable":{"anyOf":[{"$ref":"#/components/schemas/PageableObject"},{"type":"null"}]},"size":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Size"},"sort":{"anyOf":[{"$ref":"#/components/schemas/SortObject"},{"type":"null"}]},"totalElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalelements"},"totalItems":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalitems"},"totalPages":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalpages"}},"type":"object","title":"RestResponsePageTimeLocksEntity"},"RestResponsePageTokenByPkDto":{"properties":{"content":{"anyOf":[{"items":{"$ref":"#/components/schemas/TokenByPkDto"},"type":"array"},{"type":"null"}],"title":"Content"},"currentPage":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Currentpage"},"data":{"anyOf":[{"items":{"$ref":"#/components/schemas/TokenByPkDto"},"type":"array"},{"type":"null"}],"title":"Data"},"empty":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Empty"},"first":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"First"},"last":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Last"},"number":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Number"},"numberOfElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Numberofelements"},"pageable":{"anyOf":[{"$ref":"#/components/schemas/PageableObject"},{"type":"null"}]},"size":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Size"},"sort":{"anyOf":[{"$ref":"#/components/schemas/SortObject"},{"type":"null"}]},"totalElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalelements"},"totalItems":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalitems"},"totalPages":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalpages"}},"type":"object","title":"RestResponsePageTokenByPkDto"},"RestResponsePageTokenDto":{"properties":{"content":{"anyOf":[{"items":{"$ref":"#/components/schemas/TokenDto"},"type":"array"},{"type":"null"}],"title":"Content"},"currentPage":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Currentpage"},"data":{"anyOf":[{"items":{"$ref":"#/components/schemas/TokenDto"},"type":"array"},{"type":"null"}],"title":"Data"},"empty":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Empty"},"first":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"First"},"last":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Last"},"number":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Number"},"numberOfElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Numberofelements"},"pageable":{"anyOf":[{"$ref":"#/components/schemas/PageableObject"},{"type":"null"}]},"size":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Size"},"sort":{"anyOf":[{"$ref":"#/components/schemas/SortObject"},{"type":"null"}]},"totalElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalelements"},"totalItems":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalitems"},"totalPages":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalpages"}},"type":"object","title":"RestResponsePageTokenDto"},"RestResponsePageTokenHolderDto":{"properties":{"content":{"anyOf":[{"items":{"$ref":"#/components/schemas/TokenHolderDto"},"type":"array"},{"type":"null"}],"title":"Content"},"currentPage":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Currentpage"},"data":{"anyOf":[{"items":{"$ref":"#/components/schemas/TokenHolderDto"},"type":"array"},{"type":"null"}],"title":"Data"},"empty":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Empty"},"first":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"First"},"last":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Last"},"number":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Number"},"numberOfElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Numberofelements"},"pageable":{"anyOf":[{"$ref":"#/components/schemas/PageableObject"},{"type":"null"}]},"size":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Size"},"sort":{"anyOf":[{"$ref":"#/components/schemas/SortObject"},{"type":"null"}]},"totalElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalelements"},"totalItems":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalitems"},"totalPages":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalpages"}},"type":"object","title":"RestResponsePageTokenHolderDto"},"RestResponsePageVoteMipListDto":{"properties":{"content":{"anyOf":[{"items":{"$ref":"#/components/schemas/VoteMipListDto"},"type":"array"},{"type":"null"}],"title":"Content"},"currentPage":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Currentpage"},"data":{"anyOf":[{"items":{"$ref":"#/components/schemas/VoteMipListDto"},"type":"array"},{"type":"null"}],"title":"Data"},"empty":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Empty"},"first":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"First"},"last":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Last"},"number":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Number"},"numberOfElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Numberofelements"},"pageable":{"anyOf":[{"$ref":"#/components/schemas/PageableObject"},{"type":"null"}]},"size":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Size"},"sort":{"anyOf":[{"$ref":"#/components/schemas/SortObject"},{"type":"null"}]},"totalElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalelements"},"totalItems":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalitems"},"totalPages":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalpages"}},"type":"object","title":"RestResponsePageVoteMipListDto"},"RestResponsePageVoteMipsListDto":{"properties":{"content":{"anyOf":[{"items":{"$ref":"#/components/schemas/VoteMipsListDto"},"type":"array"},{"type":"null"}],"title":"Content"},"currentPage":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Currentpage"},"data":{"anyOf":[{"items":{"$ref":"#/components/schemas/VoteMipsListDto"},"type":"array"},{"type":"null"}],"title":"Data"},"empty":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Empty"},"first":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"First"},"last":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Last"},"number":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Number"},"numberOfElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Numberofelements"},"pageable":{"anyOf":[{"$ref":"#/components/schemas/PageableObject"},{"type":"null"}]},"size":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Size"},"sort":{"anyOf":[{"$ref":"#/components/schemas/SortObject"},{"type":"null"}]},"totalElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalelements"},"totalItems":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalitems"},"totalPages":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalpages"}},"type":"object","title":"RestResponsePageVoteMipsListDto"},"RestResponsePageZkAppTransactionDto":{"properties":{"content":{"anyOf":[{"items":{"$ref":"#/components/schemas/ZkAppTransactionDto"},"type":"array"},{"type":"null"}],"title":"Content"},"currentPage":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Currentpage"},"data":{"anyOf":[{"items":{"$ref":"#/components/schemas/ZkAppTransactionDto"},"type":"array"},{"type":"null"}],"title":"Data"},"empty":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Empty"},"first":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"First"},"last":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Last"},"number":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Number"},"numberOfElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Numberofelements"},"pageable":{"anyOf":[{"$ref":"#/components/schemas/PageableObject"},{"type":"null"}]},"size":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Size"},"sort":{"anyOf":[{"$ref":"#/components/schemas/SortObject"},{"type":"null"}]},"totalElements":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalelements"},"totalItems":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalitems"},"totalPages":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totalpages"}},"type":"object","title":"RestResponsePageZkAppTransactionDto"},"ScamDto":{"properties":{"defaultSecurityMessage":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Defaultsecuritymessage"},"objectType":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Objecttype"},"onchainId":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Onchainid"},"scamId":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Scamid"},"scamType":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Scamtype"},"securityMessage":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Securitymessage"}},"type":"object","title":"ScamDto"},"SnarkJobsByProverPkDto":{"properties":{"blockHeight":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Blockheight"},"fee":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Fee"},"isCanonical":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Iscanonical"},"stateHash":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Statehash"},"timestamp":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Timestamp"},"workIds":{"anyOf":[{"items":{"type":"integer"},"type":"array"},{"type":"null"}],"title":"Workids"}},"type":"object","title":"SnarkJobsByProverPkDto"},"SnarkJobsByStateHashDto":{"properties":{"accountAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountaddress"},"accountImg":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountimg"},"accountName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountname"},"fee":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Fee"},"isCanonical":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Iscanonical"},"timestamp":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Timestamp"},"workIds":{"anyOf":[{"items":{"type":"integer"},"type":"array"},{"type":"null"}],"title":"Workids"}},"type":"object","title":"SnarkJobsByStateHashDto"},"SnarkerInfoDto":{"properties":{"accountImg":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountimg"},"accountName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountname"},"avgAllTimeFee":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Avgalltimefee"},"avgMonthFee":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Avgmonthfee"},"currentFee":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Currentfee"},"delegateeAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Delegateeaddress"},"feesEarned":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Feesearned"},"firstSeen":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Firstseen"},"jobsProduction":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Jobsproduction"},"lastSeen":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Lastseen"},"snarkJobsCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Snarkjobscount"},"worksProduced":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Worksproduced"}},"type":"object","title":"SnarkerInfoDto"},"SnarkerListDto":{"properties":{"accountAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountaddress"},"accountImg":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountimg"},"accountName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountname"},"fee":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Fee"},"firstSeen":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Firstseen"},"isZkappAccount":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Iszkappaccount"},"lastSeen":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Lastseen"},"snarkAmountEarned":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Snarkamountearned"},"snarkJobsCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Snarkjobscount"},"snarkWorksCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Snarkworkscount"},"totalJobsSold":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Totaljobssold"}},"type":"object","title":"SnarkerListDto"},"SortObject":{"properties":{"empty":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Empty"},"sorted":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Sorted"},"unsorted":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Unsorted"}},"type":"object","title":"SortObject"},"TimeLocksEntity":{"properties":{"cliffAmount":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Cliffamount"},"cliffTime":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Clifftime"},"cliffTimeMillis":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Clifftimemillis"},"fullyUnlockedDate":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Fullyunlockeddate"},"img":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Img"},"initialMinimumBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Initialminimumbalance"},"isZkAppAccount":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Iszkappaccount"},"lockDate":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Lockdate"},"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name"},"pk":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Pk"},"totalSupply":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Totalsupply"},"unlockedAmount":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Unlockedamount"},"unlockedPercent":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Unlockedpercent"},"vestingAmount":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Vestingamount"},"vestingIncrement":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Vestingincrement"},"vestingTime":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Vestingtime"},"vestingTimeMillis":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Vestingtimemillis"}},"type":"object","title":"TimeLocksEntity"},"TimingInfo":{"properties":{"accountAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountaddress"},"cliffAmount":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Cliffamount"},"cliffTime":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Clifftime"},"cliffTimeMillis":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Clifftimemillis"},"currentLockedBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Currentlockedbalance"},"currentUnlockedBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Currentunlockedbalance"},"initialLockedBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Initiallockedbalance"},"isHasLock":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Ishaslock"},"liquidityRate":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Liquidityrate"},"movableBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Movablebalance"},"slot":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Slot"},"startTime":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Starttime"},"unlockStatus":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Unlockstatus"},"vestingAmount":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Vestingamount"},"vestingIncrement":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Vestingincrement"},"vestingPeriod":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Vestingperiod"},"vestingTime":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Vestingtime"},"vestingTimeMillis":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Vestingtimemillis"}},"type":"object","title":"TimingInfo"},"TokenByPkDto":{"properties":{"balance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Balance"},"coingeckoCoinId":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Coingeckocoinid"},"coinmarketCoinId":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Coinmarketcoinid"},"isBridged":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Isbridged"},"isVerified":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Isverified"},"nonce":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Nonce"},"tokenId":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tokenid"},"tokenImage":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tokenimage"},"tokenName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tokenname"},"tokenScam":{"anyOf":[{"$ref":"#/components/schemas/ScamDto"},{"type":"null"}]},"tokenSymbol":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tokensymbol"},"tokenType":{"anyOf":[{"$ref":"#/components/schemas/TokenType"},{"type":"null"}]}},"type":"object","title":"TokenByPkDto"},"TokenDto":{"properties":{"coingeckoCoinId":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Coingeckocoinid"},"coinmarketCoinId":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Coinmarketcoinid"},"isBridged":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Isbridged"},"isVerified":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Isverified"},"isZkappAccount":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Iszkappaccount"},"lockedBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Lockedbalance"},"ownerAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Owneraddress"},"ownerImg":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Ownerimg"},"ownerName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Ownername"},"ownerScam":{"anyOf":[{"$ref":"#/components/schemas/ScamDto"},{"type":"null"}]},"ownerTokenId":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Ownertokenid"},"tokenHoldersCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Tokenholderscount"},"tokenId":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tokenid"},"tokenImage":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tokenimage"},"tokenName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tokenname"},"tokenScam":{"anyOf":[{"$ref":"#/components/schemas/ScamDto"},{"type":"null"}]},"tokenSymbol":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tokensymbol"},"tokenType":{"anyOf":[{"$ref":"#/components/schemas/TokenType"},{"type":"null"}]},"totalBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Totalbalance"},"txsCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Txscount"},"unlockPercent":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Unlockpercent"},"updateBlockHeight":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Updateblockheight"}},"type":"object","title":"TokenDto"},"TokenHolderDto":{"properties":{"accountScam":{"anyOf":[{"$ref":"#/components/schemas/ScamDto"},{"type":"null"}]},"balance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Balance"},"holderAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Holderaddress"},"holderImg":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Holderimg"},"holderName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Holdername"},"isZkappAccount":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Iszkappaccount"},"lockedBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Lockedbalance"},"movableBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Movablebalance"},"percentage":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Percentage"},"tokenSymbol":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tokensymbol"}},"type":"object","title":"TokenHolderDto"},"TokenInfoDto":{"properties":{"coingeckoCoinId":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Coingeckocoinid"},"coinmarketCoinId":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Coinmarketcoinid"},"createdAt":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Createdat"},"isBridged":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Isbridged"},"isVerified":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Isverified"},"lockedSupply":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Lockedsupply"},"ownerAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Owneraddress"},"ownerImg":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Ownerimg"},"ownerName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Ownername"},"ownerScam":{"anyOf":[{"$ref":"#/components/schemas/ScamDto"},{"type":"null"}]},"tokenAdminAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tokenadminaddress"},"tokenHoldersCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Tokenholderscount"},"tokenHoldersCountDay":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Tokenholderscountday"},"tokenId":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tokenid"},"tokenImage":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tokenimage"},"tokenName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tokenname"},"tokenOwnerPk":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tokenownerpk"},"tokenScam":{"anyOf":[{"$ref":"#/components/schemas/ScamDto"},{"type":"null"}]},"tokenSymbol":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tokensymbol"},"tokenType":{"anyOf":[{"$ref":"#/components/schemas/TokenType"},{"type":"null"}]},"totalSupply":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Totalsupply"},"unlockPercent":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Unlockpercent"},"unlockedSupply":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Unlockedsupply"}},"type":"object","title":"TokenInfoDto"},"TokenType":{"type":"string","enum":["ALL","CUSTOM_TOKEN","FUNGIBLE_TOKEN"],"title":"TokenType"},"TopValidatorsResponse":{"items":{"$ref":"#/components/schemas/ValidatorDTO"},"type":"array","title":"TopValidatorsResponse","description":"GET /v1/top-validators — bare JSON array of ValidatorDTO."},"TransactionByHashDTO":{"properties":{"alert":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Alert"},"amount":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Amount"},"amountUsd":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Amountusd"},"balanceChanges":{"anyOf":[{"items":{"$ref":"#/components/schemas/ChangeBalanceDto"},"type":"array"},{"type":"null"}],"title":"Balancechanges"},"delegationAmount":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Delegationamount"},"delegationAmountUsd":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Delegationamountusd"},"epoch":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Epoch"},"failureReason":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Failurereason"},"fee":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Fee"},"feeUsd":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Feeusd"},"hash":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Hash"},"isZkAppAccountReceiver":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Iszkappaccountreceiver"},"isZkAppAccountSource":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Iszkappaccountsource"},"memo":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Memo"},"nonce":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Nonce"},"receivedAmount":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Receivedamount"},"receivedAmountUsd":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Receivedamountusd"},"receivedDelegationAmount":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Receiveddelegationamount"},"receiverAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Receiveraddress"},"receiverImg":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Receiverimg"},"receiverName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Receivername"},"receiverScam":{"anyOf":[{"$ref":"#/components/schemas/ScamDto"},{"type":"null"}]},"sequenceNumber":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sequencenumber"},"sourceAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Sourceaddress"},"sourceImg":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Sourceimg"},"sourceName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Sourcename"},"sourceScam":{"anyOf":[{"$ref":"#/components/schemas/ScamDto"},{"type":"null"}]},"timestamp":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Timestamp"},"type":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Type"}},"type":"object","title":"TransactionByHashDTO"},"TxParams":{"properties":{"messageTypesInTx":{"anyOf":[{"items":{"$ref":"#/components/schemas/MessageTypesInTxEnum1"},"type":"array"},{"$ref":"#/components/schemas/MessageTypesInTx1"}],"title":"Messagetypesintx","description":"Type of message in a transaction."}},"type":"object","required":["messageTypesInTx"],"title":"TxParams"},"UserCommand":{"properties":{"age":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Age"},"amount":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Amount"},"blockHeight":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Blockheight"},"fee":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Fee"},"fromAccountAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Fromaccountaddress"},"fromAccountImg":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Fromaccountimg"},"fromAccountName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Fromaccountname"},"isAmountChangeable":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Isamountchangeable"},"isZkappAccountReceiver":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Iszkappaccountreceiver"},"isZkappAccountSource":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Iszkappaccountsource"},"memo":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Memo"},"nonce":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Nonce"},"receiverScam":{"anyOf":[{"$ref":"#/components/schemas/ScamDto"},{"type":"null"}]},"sourceScam":{"anyOf":[{"$ref":"#/components/schemas/ScamDto"},{"type":"null"}]},"stateHash":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Statehash"},"status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Status"},"toAccountAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Toaccountaddress"},"toAccountImg":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Toaccountimg"},"toAccountName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Toaccountname"},"txHash":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Txhash"},"type":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Type"}},"type":"object","title":"UserCommand"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"},"input":{"title":"Input"},"ctx":{"type":"object","title":"Context"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"},"ValidatorDTO":{"properties":{"additionalTerms":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Additionalterms"},"allBlocksCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Allblockscount"},"canonicalBlocksCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Canonicalblockscount"},"delegatorsCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Delegatorscount"},"description":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Description"},"diffDelegatorsCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Diffdelegatorscount"},"diffStake":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Diffstake"},"discordNicknames":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Discordnicknames"},"epoch2DelegationsCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Epoch2Delegationscount"},"epoch2Stake":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Epoch2Stake"},"isActive":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Isactive"},"isStakingRewardsVerified":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Isstakingrewardsverified"},"isVerified":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Isverified"},"networkShare":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Networkshare"},"nextEpochDelegationsCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Nextepochdelegationscount"},"nextEpochStake":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Nextepochstake"},"scam":{"anyOf":[{"$ref":"#/components/schemas/ScamDto"},{"type":"null"}]},"socialDiscord":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Socialdiscord"},"socialEmail":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Socialemail"},"socialGitHub":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Socialgithub"},"socialTelegram":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Socialtelegram"},"socialTwitter":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Socialtwitter"},"stake":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Stake"},"stakePercent":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Stakepercent"},"stakingRewardsSlug":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Stakingrewardsslug"},"terms":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Terms"},"validatorAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Validatoraddress"},"validatorFee":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Validatorfee"},"validatorImg":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Validatorimg"},"validatorName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Validatorname"},"website":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Website"}},"type":"object","title":"ValidatorDTO"},"VerificationKeyHistoryDto":{"properties":{"timestamp":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Timestamp"},"verificationKey":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Verificationkey"},"verificationKeyHash":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Verificationkeyhash"}},"type":"object","title":"VerificationKeyHistoryDto"},"VoteMipListDto":{"properties":{"amountStaked":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Amountstaked"},"amountStakedPercent":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Amountstakedpercent"},"blockHeight":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Blockheight"},"img":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Img"},"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name"},"pk":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Pk"},"stateHash":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Statehash"},"timestamp":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Timestamp"},"txHash":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Txhash"},"vote":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Vote"},"voteBlockConfirmation":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Voteblockconfirmation"},"voteMemo":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Votememo"},"voteStatus":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Votestatus"}},"type":"object","title":"VoteMipListDto"},"VoteMipsListDto":{"properties":{"amountStaked":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Amountstaked"},"amountStakedPercent":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Amountstakedpercent"},"blockHeight":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Blockheight"},"img":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Img"},"mipId":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Mipid"},"mipName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Mipname"},"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name"},"pk":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Pk"},"stateHash":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Statehash"},"timestamp":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Timestamp"},"txHash":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Txhash"},"vote":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Vote"},"voteBlockConfirmation":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Voteblockconfirmation"},"voteMemo":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Votememo"},"voteStatus":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Votestatus"}},"type":"object","title":"VoteMipsListDto"},"WalletTransactionDto":{"properties":{"accountUpdates":{"items":{"$ref":"#/components/schemas/AccountUpdateDto"},"type":"array","title":"Accountupdates","description":"The details of the accounts involved in the transactions."},"feePayer":{"$ref":"#/components/schemas/FeePayerDto"}},"type":"object","required":["accountUpdates","feePayer"],"title":"WalletTransactionDto"},"ZkAppAccountUpdateDto":{"properties":{"accountAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountaddress"},"accountImg":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountimg"},"accountName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountname"},"accountScam":{"anyOf":[{"$ref":"#/components/schemas/ScamDto"},{"type":"null"}]},"callData":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Calldata"},"callDepth":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Calldepth"},"incrementNonce":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Incrementnonce"},"isZkappAccount":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Iszkappaccount"},"tokenId":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tokenid"},"totalBalanceChange":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Totalbalancechange"},"totalBalanceChangeUsd":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Totalbalancechangeusd"},"update":{"anyOf":[{"$ref":"#/components/schemas/ZkAppUpdateInfo"},{"type":"null"}]},"useFullCommitment":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Usefullcommitment"},"verificationKey":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Verificationkey"},"verificationKeyHash":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Verificationkeyhash"}},"type":"object","title":"ZkAppAccountUpdateDto"},"ZkAppDto":{"properties":{"accountScam":{"anyOf":[{"$ref":"#/components/schemas/ScamDto"},{"type":"null"}]},"actionState":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Actionstate"},"isZkappAccount":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Iszkappaccount"},"permissions":{"anyOf":[{"$ref":"#/components/schemas/ZkAppPermissionsDto"},{"type":"null"}]},"verificationKey":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Verificationkey"},"verificationKeyHash":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Verificationkeyhash"},"zkAppState":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Zkappstate"},"zkAppURI":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Zkappuri"}},"type":"object","title":"ZkAppDto"},"ZkAppPermissionsDto":{"properties":{"access":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Access"},"editActionState":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Editactionstate"},"editState":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Editstate"},"incrementNonce":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Incrementnonce"},"receive":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Receive"},"send":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Send"},"setDelegate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Setdelegate"},"setPermissions":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Setpermissions"},"setTiming":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Settiming"},"setTokenSymbol":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Settokensymbol"},"setVerificationKey":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Setverificationkey"},"setVotingFor":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Setvotingfor"},"setZkappUri":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Setzkappuri"}},"type":"object","title":"ZkAppPermissionsDto"},"ZkAppTransactionDetailsDto":{"properties":{"blockConfirmationsCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Blockconfirmationscount"},"blockHeight":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Blockheight"},"blockStatus":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Blockstatus"},"failures":{"anyOf":[{"items":{"$ref":"#/components/schemas/FailureDto"},"type":"array"},{"type":"null"}],"title":"Failures"},"fee":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Fee"},"feePayerAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Feepayeraddress"},"feePayerImg":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Feepayerimg"},"feePayerName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Feepayername"},"feeUsd":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Feeusd"},"isAccountHijack":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Isaccounthijack"},"isZkappAccount":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Iszkappaccount"},"memo":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Memo"},"nonce":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Nonce"},"stateHash":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Statehash"},"timestamp":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Timestamp"},"totalBalanceChange":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Totalbalancechange"},"totalBalanceChangeUsd":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Totalbalancechangeusd"},"txHash":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Txhash"},"txStatus":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Txstatus"},"updatedAccounts":{"anyOf":[{"items":{"$ref":"#/components/schemas/ZkAppAccountUpdateDto"},"type":"array"},{"type":"null"}],"title":"Updatedaccounts"},"updatedAccountsCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Updatedaccountscount"}},"type":"object","title":"ZkAppTransactionDetailsDto"},"ZkAppTransactionDto":{"properties":{"age":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Age"},"fee":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Fee"},"hash":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Hash"},"isAccountHijack":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Isaccounthijack"},"isZkappAccount":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Iszkappaccount"},"memo":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Memo"},"nonce":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Nonce"},"proverAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Proveraddress"},"proverImg":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Proverimg"},"proverName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provername"},"proverScam":{"anyOf":[{"$ref":"#/components/schemas/ScamDto"},{"type":"null"}]},"status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Status"},"updatedAccounts":{"anyOf":[{"items":{"$ref":"#/components/schemas/GenericAccountUpdateDto"},"type":"array"},{"type":"null"}],"title":"Updatedaccounts"},"updatesCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Updatescount"}},"type":"object","title":"ZkAppTransactionDto"},"ZkAppUpdateInfo":{"properties":{"appState":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Appstate"},"delegateeAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Delegateeaddress"},"delegateeImg":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Delegateeimg"},"delegateeName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Delegateename"},"permissions":{"anyOf":[{"$ref":"#/components/schemas/ZkAppPermissionsDto"},{"type":"null"}]},"timing":{"anyOf":[{"$ref":"#/components/schemas/ZkappTimingInfoDto"},{"type":"null"}]},"tokenSymbol":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tokensymbol"},"verificationKey":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Verificationkey"},"votingFor":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Votingfor"},"zkappUri":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Zkappuri"}},"type":"object","title":"ZkAppUpdateInfo"},"ZkTxDataPointDto":{"properties":{"applied":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Applied"},"failed":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Failed"},"timestamp":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Timestamp"},"total":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Total"}},"type":"object","title":"ZkTxDataPointDto"},"ZkappTimingInfoDto":{"properties":{"cliffAmount":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Cliffamount"},"cliffTime":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Clifftime"},"initialMinimumBalance":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Initialminimumbalance"},"vestingIncrement":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Vestingincrement"},"vestingPeriod":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Vestingperiod"}},"type":"object","title":"ZkappTimingInfoDto"}}}}