Developer
Public API reference
Every endpoint below is an unauthenticated HTTPS call returning JSON. Authenticated endpoints require a service key and are documented separately.
Chain
Chain & blocks
GET/blocks/latestThe most recently committed block.
GET/blocks/{height}A specific block by height.
GET/blocks/hash/{block_hash}A specific block by hash.
Accounts
Accounts & transactions
GET/accounts/{address}/balancePublic balance for an address.
GET/accounts/{address}/transactionsPublic transaction history (PII-scrubbed).
POST/transactions/submitSubmit a signed transaction.
POST/transactions/transferSubmit a signed currency transfer.
POST/accounts/create-walletCreate a wallet (returns the keypair to the caller).
Assets & network
Spaces and network
GET/spacesPublic SPACE asset registry.
GET/spaces/{id}A specific SPACE asset.
GET/spaces/{id}/royalty?sale_price=NRoyalty due on a sale.
GET/network/statusAggregate network status.
Rate limits and acceptable use. Public endpoints are rate-limited to keep the chain available to all. Commercial use and higher rates are available via a service key from the developer portal.