fetch_crypto_order_status

Returns the status of a crypto order with the given id.

Syntax

Fields

Description

id(str)

ID of the crypto order

def fetch_crypto_order_status(self, id) -> Dict[str, Any]:

Returns

Returns a dictionary with the following keys and values:

Raises