Back

#syscoin

2 APIs with this tag

Rollux API

Live EVM on-chain data for Rollux (chain id 570) — the Syscoin Layer-2 secured by Bitcoin merge-mining, whose gas token is SYS — served directly from public Layer-2 JSON-RPC nodes with multi-node failover. The status endpoint returns the chain and network id, the latest block height and the node client version. The block endpoint returns a block by number (or the latest) with its hash, parent hash, timestamp, transaction count, gas used and gas limit, miner and size. The gas endpoint returns the current gas price in both wei and gwei. The balance endpoint returns the SYS balance and outgoing transaction count for any address, converted from base wei (18 decimals) into whole SYS with exact big-integer scaling. Every figure is read live from the chain over JSON-RPC — nothing bundled or modelled — behind a short server-side cache with keep-warm so the feed stays fast and fresh. Ideal for explorers, wallet and dashboard tooling, gas trackers, address monitors and analytics apps across the Syscoin and Rollux ecosystem. Live keyless upstream. 5 endpoints.

api.oanor.com/rollux-api

Syscoin Chain API

Live on-chain data for Syscoin NEVM — an EVM Layer 1 merge-mined with Bitcoin — via its public Blockscout explorer (no wallet, no key). The stats endpoint returns chain-wide totals (blocks, transactions, addresses, average block time, gas used); gas gives the current gas-price oracle (slow/average/fast). Blocks lists the latest blocks, and a single block resolves by height or by hash with its transaction count, gas, miner and timestamp. The address endpoint returns any account's SYS balance, nonce, contract flag and token holdings; transaction resolves a tx by hash with its from/to, value in SYS, fee, status and block. The token endpoint returns an ERC-20 token's metadata (name, symbol, decimals, total supply, holders) by contract address, and search runs a universal lookup across addresses, tokens, blocks and transactions. Gas, balances, values and fees are denominated in SYS, the native coin. Real on-chain data straight from the explorer, refreshed every call — no key. 9 endpoints. For multi-chain coverage combine with the other oanor chain APIs (Ethereum, Base, Arbitrum and more).

api.oanor.com/syscoin-api