https://api.databox.networkAll endpoints use TLS 1.3 encryption
Average response time under 50ms
99.99% uptime SLA guarantee
/api/v1/node/statusGet the current status of your DatabØx node
/api/v1/data/storeStore encrypted data on the network
/api/v1/data/{hash}Retrieve data by its content hash
/api/v1/wallet/balanceGet FAT token balance for the node wallet
/api/v1/wallet/transferTransfer FAT tokens to another address
/api/v1/network/peersList connected peers in the Rope network
/api/v1/network/statsGet network statistics and health metrics
/api/v1/contracts/deployDeploy a smart contract to the network
Include your API key in the Authorization header for authenticated endpoints:
Authorization: Bearer YOUR_API_KEY