Skip to main content
Retrieve a single order by ID and return it as a JSON object.
int
required
The unique order identifier
object
required
The market identifier
bool
Whether this is a reduce-only order
object
required
Dictionary containing order data if found, None otherwise
Raises
  • ValueError — If API_SERVER_URL environment variable is not set
Example