BlockScout-compatible REST API for LadyChain blockchain data
Base URL: https://ladyscan.us/api/v2
Format: All responses are in JSON format
Pagination: List endpoints support ?page=N parameter
Rate Limiting: No authentication required, fair use policy applies
/api/v2/statsGet network statistics (blocks, transactions, addresses)
/api/v2/stats/gas-trackerGet current gas prices (slow, average, fast)
/api/v2/stats/chartsGet chart data (daily transactions, gas prices)
/api/v2/stats/top-accountsGet top 100 richest accounts
/api/v2/blocksList all blocks (paginated)
/api/v2/blocks/:numberOrHashGet block details by number or hash
/api/v2/main-page/blocksGet latest 10 blocks for homepage
/api/v2/transactionsList all transactions (paginated)
/api/v2/transactions/:hashGet transaction details by hash
/api/v2/transactions/:hash/logsGet event logs for transaction
/api/v2/transactions/:hash/internal-transactionsGet internal transactions
/api/v2/main-page/transactionsGet latest 10 transactions for homepage
/api/v2/addresses/:addressGet address details and balance
/api/v2/addresses/:address/transactionsGet transactions for address
/api/v2/addresses/:address/token-balancesGet token holdings for address
/api/v2/addresses/:address/token-transfersGet token transfers for address
/api/v2/tokensList all detected tokens (paginated)
/api/v2/tokens/:addressGet token details
/api/v2/tokens/:address/holdersGet token holder addresses and balances
/api/v2/smart-contracts/:address/detection-infoDetect contract bytecode and compiler version
/api/v2/smart-contracts/verifySubmit contract for verification
/api/v2/smart-contracts/:address/verification/statusCheck verification status
/api/v2/search?q=...Search for blocks, transactions, or addresses