Rent a Blobber
Registering a Rent Blobber
curl -X POST \
-H "X-CSRF-TOKEN: ${X-CSRF-TOKEN}" \
-H "X-App-Client-ID: ${X-App-Client-ID}" \
-H "X-App-User-ID: ${X-App-User-ID}" \
-H "Content-Type: application/json" \
-d "{\"blobber_id\": \"${client_id}\", \"private_key\": \"${private_key}\", \"portainer_id\": \"${portainer_id}\", \"container_id\": \"${container_id}\", \"delegate_wallet\": \"${delegate_wallet}\"}" \
https://0box.dev.zus.network/v2/add-rent-blobberParameter Details
Headers:
Body Parameters:
Portainer Configuration in 0box.yaml
Additional Configuration in 0box.yaml
Last updated