Paybyte
DevelopersPBE Core 0.0.1 · Protocol 1.0
REFERENCE

Endpoint index.

Current routes in PBE Core 0.0.1. Public applications normally use the RPC and Commerce sections; node operators and peers use the local-management and P2P routes.

Public RPC

MethodRoutePurpose
GET/rpc/statusPublic node/chain/sync status.
GET/rpc/consensusConsensus and participation parameters.
GET/rpc/block/{height}Canonical block v4.
GET/rpc/balance/{address}Balance and nonce.
GET/rpc/address/{address}/transactionsRecent confirmed transfers.
GET/rpc/transaction/{txid}Confirmed transaction.
POST/rpc/broadcastSubmit signed transaction v2.

Commerce

MethodRouteAccess
GET/rpc/commerce/catalogPublic
GET/rpc/commerce/infoPublic
POST/rpc/commerce/payment-requestPublic
GET/rpc/commerce/payment/{reference}Public
POST/rpc/commerce/webhooksMerchant bearer token
GET/rpc/commerce/webhooks/{id}Merchant bearer token
POST/rpc/commerce/webhooks/{id}/cancelMerchant bearer token

Operator / local management

MethodRouteProtection
GET/POST/rpc/operator/statusHosted GET is generic only; the bound wallet can POST a signed OPERATOR_STATUS proof for private management details. Standalone localhost receives local details.
GET/rpc/operator/setup-tokenStandalone localhost only. Hosted servers use the setup code printed by pbe-node.
POST/rpc/operator/bindOne-time setup token + wallet signature.
GET/rpc/mining/status/{address}Public participation metrics; hosted local-operator details are redacted.
POST/rpc/mining/prepareSigned operator action.
POST/rpc/mining/localSigned operator action + producer-key authorization.
GET/POST/rpc/network/settingsStandalone localhost only; POST also rejects cross-site requests.

P2P

MethodRoutePurpose
GET/p2p/statusNode status
POST/p2p/helloSigned peer handshake/gossip
POST/p2p/transactionTransaction relay
POST/p2p/blockBlock relay
GET/p2p/blocksChain synchronization
GET/p2p/peersVerified public peer hints

Machine-readable reference

OpenAPI JSON is generated for the public and Commerce HTTP surface. Protocol serialization details remain normative in the Transactions and P2P pages.