Skip to main content

ZeqBallast

Ballast water management with HulyaPulse exchange timing. BWM Convention compliance, invasive species risk, stability during exchange operations.

EndpointPOST /api/maritime/ballast
Authapi-key
Rate limit10/min
Categorymaritime

Parameters

NameTypeRequiredDescription
currentBallastobjectYesTank levels and salinity readings.
targetConditionobjectYesDesired draft and trim.
exchangeZoneobjectNo{ lat, lng, depth_m } for mid-ocean exchange.

Returns

{ exchangePlan, stabilitySequence, complianceStatus, invasiveRisk, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"currentBallast": {},
"targetCondition": {},
"exchangeZone": {}
}' \
"https://zeqsdk.com/api/maritime/ballast"

This protocol is a named building block — one of the operations you compose inside a state contract. Call it directly with the request above, or invoke it from a contract that fires on your machine's clock. Browse the whole library at GET /api/protocols; fetch this one at GET /api/protocols/zeq-ballast.