ConsoleCatalog
Sign in
Allsurplus logo

Allsurplus

allsurplus.comMarketplaceno auth

Industrial surplus auction marketplace - listings, categories, and asset pricing.

Asset Bid Details

ASYNCREADNo auth

Returns an auction asset's current bid, reserve status, closing date, and location.

ParametersFormJSON

AllSurplus asset identifier for the listing to inspect

Seller account ID paired with the asset

Auction event ID for the asset's sale

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_allsurplus_asset_bid_detail",
    "params": {
      "asset_id": "25",
      "account_id": "13841",
      "auction_id": "2"
    }
  }'