Lookupdemoorder Response 200 is an example object payload from eToro, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"path": "/api/v2/trading/info/demo/orders:lookup",
"method": "get",
"status": "200",
"type": "response",
"example": {
"accountId": 7765437,
"gcid": 987654321,
"portfolioId": 1,
"orderId": 13902598,
"action": "open",
"transaction": "buy",
"type": "mkt",
"etoroOrderTypeId": 17,
"status": {
"id": 1,
"name": "Executed",
"errorCode": 0,
"errorMessage": null
},
"asset": {
"symbol": "AAPL",
"instrumentId": 101,
"currency": "USD",
"settlementType": "cfd",
"leverage": 2,
"side": "long"
},
"orderCurrency": "usd",
"requestedAmount": 1000.0,
"requestedUnits": null,
"requestedContracts": null,
"frozenAmount": 1002.5,
"requestedTriggerRate": null,
"openStopLossRate": 1.2,
"openTakeProfitRate": 1.5,
"stopLossType": "fixed",
"totalCosts": 2.5,
"positionsToClose": [],
"positionExecutions": [
{
"positionId": 9001,
"state": "open",
"investedAmountCurrency": 1000,
"initialExposureAccountCurrency": 1000.0,
"initialExposureAssetCurrency": 1000.0,
"addedFunds": 0.0,
"marginAccountCurrency": 1000.0,
"marginAssetCurrency": 1000.0,
"remainingUnits": 10.5,
"remainingContracts": 10.5,
"stopLossRate": 1.2,
"takeProfitRate": 1.5,
"openingData": {
"openTime": "2024-01-01T09:00:00Z",
"orderId": 5001,
"executionTime": "2024-01-01T09:00:01Z",
"units": 10.5,
"contracts": null,
"avgPrice": 95.238095,
"avgConversionRate": 1.0,
"marketSpread": 0.0002,
"markup": 0.0,
"priceId": 9876543210,
"fees": 2.5,
"taxes": 0.0
}
}
],
"requestTime": "2024-01-01T09:00:00Z",
"lastUpdate": "2024-01-01T09:00:01Z",
"openActionType": "customer",
"requestType": "byUnits"
}
}
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/lookupDemoOrder-response-200"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
A second provider on the same verified email joins the account you already have.