/workingorders

GET (version: 2)

Returns all open working orders for the active account.
Response
List working orders response
workingOrders (Array[Object])
marketData (Object)
Market data
bid (Number) Bid
delayTime (Number) Instrument price delay (minutes)
epic (String) Instrument epic identifier
exchangeId (String) Exchange identifier for this instrument
expiry (String) Instrument expiry period
high (Number) High price
instrumentName (String) Instrument name
instrumentType (Constant)
Instrument type
BINARY
BUNGEE_CAPPED
BUNGEE_COMMODITIES
BUNGEE_CURRENCIES
BUNGEE_INDICES
COMMODITIES
CURRENCIES
INDICES
KNOCKOUTS_COMMODITIES
KNOCKOUTS_CURRENCIES
KNOCKOUTS_INDICES
KNOCKOUTS_SHARES
OPT_COMMODITIES
OPT_CURRENCIES
OPT_INDICES
OPT_RATES
OPT_SHARES
RATES
SECTORS
SHARES
SPRINT_MARKET
TEST_MARKET
UNKNOWN
lotSize (Number) Instrument lot size
low (Number) Low price
marketStatus (Constant)
Describes the current status of a given market
CLOSED Closed
EDITS_ONLY Open for edits
OFFLINE Offline
ON_AUCTION In auction mode
ON_AUCTION_NO_EDITS In no-edits mode
SUSPENDED Suspended
TRADEABLE Open for trades
netChange (Number) Price net change
offer (Number) Offer
percentageChange (Number) Price percentage change
scalingFactor (Number) multiplying factor to determine actual pip value for the levels used by the instrument
streamingPricesAvailable (Boolean) True if streaming prices are available
updateTime (String) Local time of last instrument price update
updateTimeUTC (String) Time of last instrument price update
workingOrderData (Object)
Working order data
createdDate (String) Local date and time when the order was created. Format is yyyy/MM/dd kk:mm:ss:SSS
createdDateUTC (String) Date and time when the order was created.
currencyCode (String) Currency ISO code
dealId (String) Deal identifier
direction (Constant)
Deal direction
BUY Buy
SELL Sell
dma (Boolean) True if this is a DMA working order
epic (String) Instrument epic identifier
goodTillDate (String) The date and time the working order will be deleted if not triggered till then. Date format is yyyy/MM/dd hh:mm
goodTillDateISO (String) The date and time the working order will be deleted if not triggered till then.
guaranteedStop (Boolean) True if controlled risk
limitDistance (Number) Limit distance
limitedRiskPremium (Number) Limited Risk Premium
orderLevel (Number) Price at which to execute the trade
orderSize (Number) Order size
orderType (Constant)
Working order type
LIMIT Limit working order
STOP Stop working order
stopDistance (Number) Stop distance
timeInForce (Constant)
Describes the type of time in force for a given order
GOOD_TILL_CANCELLED Good until cancelled
GOOD_TILL_DATE Good until specified date
Exceptions
HTTP code Description
400
error.public-api.failure.encryption.required A login has been attempted to the login V1 service by a client from the IG Singapore company. They need to use the v2 version as they need to send their passwords encrypyted.
400
error.request.invalid.date-range Invalid date range
400
error.security.api-key-missing The api key was not provided
400
invalid.input A generic input data error has occurred
401
error.public-api.failure.kyc.required The account is not allowed to log into public API. Please use the web platform.
401
error.public-api.failure.missing.credentials The user has not provided all required security credentials.
401
error.public-api.failure.pending.agreements.required The account is not allowed to log into public API. Please use the web platform.
401
error.public-api.failure.preferred.account.disabled The user's preferred account is disabled.
401
error.public-api.failure.preferred.account.not.set The user has not set a preferred account.
401
error.security.account-token-invalid The service requires an account token and the one provided was not valid
401
error.security.account-token-missing The service requires an account token and it was not provided
401
error.security.client-token-invalid The service requires a client token and the one provided was not valid
401
error.security.client-token-missing The service requires a client token and it was not provided
401
error.security.oauth-token-invalid Invalid OAuth access token
403
endpoint.unavailable.for.api-key The provided api key was not accepted
403
error.public-api.exceeded-account-allowance The account traffic allowance has been exceeded
403
error.public-api.exceeded-account-historical-data-allowance The account historical data traffic allowance has been exceeded
403
error.public-api.exceeded-account-trading-allowance The account trading traffic allowance has been exceeded
403
error.public-api.exceeded-api-key-allowance The api key traffic allowance has been exceeded
403
error.public-api.failure.stockbroking-not-supported Stockbroking not supported for Public API users.
403
error.security.api-key-disabled The provided api key was not accepted because it is not currently enabled
403
error.security.api-key-invalid The provided api key was not accepted
403
error.security.api-key-restricted The provided api key was not valid for the requesting account
403
error.security.api-key-revoked The provided api key was not accepted because it has been revoked
404
error.trading.otc.instrument-not-found Instrument not found
404
invalid.url
500
system.error

GET (version: 1)

Returns all open working orders for the active account.
Response
List working orders response
workingOrders (Array[Object])
marketData (Object)
Market data
bid (Number) Bid
delayTime (Number) Instrument price delay (minutes)
epic (String) Instrument epic identifier
exchangeId (String) Exchange identifier for this instrument
expiry (String) Instrument expiry period
high (Number) High price
instrumentName (String) Instrument name
instrumentType (Constant)
Instrument type
BINARY
BUNGEE_CAPPED
BUNGEE_COMMODITIES
BUNGEE_CURRENCIES
BUNGEE_INDICES
COMMODITIES
CURRENCIES
INDICES
KNOCKOUTS_COMMODITIES
KNOCKOUTS_CURRENCIES
KNOCKOUTS_INDICES
KNOCKOUTS_SHARES
OPT_COMMODITIES
OPT_CURRENCIES
OPT_INDICES
OPT_RATES
OPT_SHARES
RATES
SECTORS
SHARES
SPRINT_MARKET
TEST_MARKET
UNKNOWN
lotSize (Number) Instrument lot size
low (Number) Low price
marketStatus (Constant)
Describes the current status of a given market
CLOSED Closed
EDITS_ONLY Open for edits
OFFLINE Offline
ON_AUCTION In auction mode
ON_AUCTION_NO_EDITS In no-edits mode
SUSPENDED Suspended
TRADEABLE Open for trades
netChange (Number) Price net change
offer (Number) Offer
percentageChange (Number) Price percentage change
scalingFactor (Number) multiplying factor to determine actual pip value for the levels used by the instrument
streamingPricesAvailable (Boolean) True if streaming prices are available
updateTime (String) Last instrument price update time
workingOrderData (Object)
Working order data
contingentLimit (Number) Limit level
contingentStop (Number) Stop level
controlledRisk (Boolean) True if controlled risk
createdDate (String) Date and time when the order was created. Format is yyyy/MM/dd kk:mm:ss:SSS
currencyCode (String) Currency ISO code
dealId (String) Deal identifier
direction (Constant)
Deal direction
BUY Buy
SELL Sell
dma (Boolean) True if this is a DMA working order
epic (String) Instrument epic identifier
goodTill (String) Working order expiry date and time. If set, format is dd/MM/yy HH:mm
level (Number) Price at which to execute the trade
limitedRiskPremium (Number) Limited Risk Premium
requestType (Constant)
Working order request type
LIMIT_ORDER Limit order
STOP_ORDER Stop order
size (Number) Order size
trailingStopDistance (Number) Trailing stop distance
trailingStopIncrement (Number) Trailing stop increment
trailingTriggerDistance (Number) Trailing stop distance
trailingTriggerIncrement (Number) Trailing trigger increment
Exceptions
HTTP code Description
400
error.public-api.failure.encryption.required A login has been attempted to the login V1 service by a client from the IG Singapore company. They need to use the v2 version as they need to send their passwords encrypyted.
400
error.request.invalid.date-range Invalid date range
400
error.security.api-key-missing The api key was not provided
400
invalid.input A generic input data error has occurred
401
error.public-api.failure.kyc.required The account is not allowed to log into public API. Please use the web platform.
401
error.public-api.failure.missing.credentials The user has not provided all required security credentials.
401
error.public-api.failure.pending.agreements.required The account is not allowed to log into public API. Please use the web platform.
401
error.public-api.failure.preferred.account.disabled The user's preferred account is disabled.
401
error.public-api.failure.preferred.account.not.set The user has not set a preferred account.
401
error.security.account-token-invalid The service requires an account token and the one provided was not valid
401
error.security.account-token-missing The service requires an account token and it was not provided
401
error.security.client-token-invalid The service requires a client token and the one provided was not valid
401
error.security.client-token-missing The service requires a client token and it was not provided
401
error.security.oauth-token-invalid Invalid OAuth access token
403
endpoint.unavailable.for.api-key The provided api key was not accepted
403
error.public-api.exceeded-account-allowance The account traffic allowance has been exceeded
403
error.public-api.exceeded-account-historical-data-allowance The account historical data traffic allowance has been exceeded
403
error.public-api.exceeded-account-trading-allowance The account trading traffic allowance has been exceeded
403
error.public-api.exceeded-api-key-allowance The api key traffic allowance has been exceeded
403
error.public-api.failure.stockbroking-not-supported Stockbroking not supported for Public API users.
403
error.security.api-key-disabled The provided api key was not accepted because it is not currently enabled
403
error.security.api-key-invalid The provided api key was not accepted
403
error.security.api-key-restricted The provided api key was not valid for the requesting account
403
error.security.api-key-revoked The provided api key was not accepted because it has been revoked
404
invalid.url
500
system.error