Back to Home

API Reference

Complete REST API documentation for DatabØx integration.

Base URL

https://api.databox.network

Secure

All endpoints use TLS 1.3 encryption

Fast

Average response time under 50ms

Reliable

99.99% uptime SLA guarantee

Endpoints

GET/api/v1/node/status

Get the current status of your DatabØx node

POST/api/v1/data/store

Store encrypted data on the network

GET/api/v1/data/{hash}

Retrieve data by its content hash

GET/api/v1/wallet/balance

Get FAT token balance for the node wallet

POST/api/v1/wallet/transfer

Transfer FAT tokens to another address

GET/api/v1/network/peers

List connected peers in the Rope network

GET/api/v1/network/stats

Get network statistics and health metrics

POST/api/v1/contracts/deploy

Deploy a smart contract to the network

Authentication

Include your API key in the Authorization header for authenticated endpoints:

Authorization: Bearer YOUR_API_KEY