cURL
curl --request GET \ --url https://api.mainnet.aptoslabs.com/decibel/api/v1/bulk_order_status \ --header 'Authorization: Bearer <token>'
200
NotFound
{ "status": "notFound", "message": "Bulk order with sequence number {} not found" }
Retrieve the status of a specific bulk order (placed or rejected).
Bearer token from Geomi. See Authentication for setup instructions.
User account address
Market address
Sequence number of the bulk order
x >= 0
Bulk order status retrieved successfully
Show child attributes