Seller deliveries
GET https://aispotmarket.com/sell/api/v1/deliveries
Lists outstanding reserved lots assigned to the authenticated seller.
Auth: X-Seller-API-Key.
Advanced Market clients can use the compatibility read
GET /v1/sellers/{id}/deliveries beneath the /market/api base.
The response contains deliveries[]. Each row has contract_id, lot_id,
buyer_id, instrument, remaining token quantity in remaining,
delivery_start, and expires_at. A delivery remains visible while the seller
still owes tokens on that reserved lot.
curl -s https://aispotmarket.com/sell/api/v1/deliveries \
-H "X-Seller-API-Key: $SPOT_SELLER_KEY"
Treat this endpoint as an obligation ledger, not as live capacity. Report
current headroom through POST /sell/api/v1/capacity
and place executable supply through seller offers.