Action
Parameter: action
Type: string
Required: Yes
Description:
- The type of order to be executed.
- Valid values are:
MRKT
: Market orderPENDING
: Pending order (limit or stop order)
Example:
JSON
{
"action": "MRKT"
}
{
"action": "PENDING"
}