eToro · Example Payload

Shareapost Request

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Shareapost Request is an example object payload from eToro, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

pathmethodtypeexample

Example Payload

shareAPost-request.json Raw ↑
{
  "path": "/api/v1/posts/shares",
  "method": "post",
  "type": "request",
  "example": {
    "reshare": {
      "summary": "Reshare (empty message)",
      "value": {
        "message": "",
        "sharedOriginDiscussion": "d9020c00-c364-11ee-8080-80005148990b"
      }
    },
    "quoteShare": {
      "summary": "Quote share with commentary",
      "value": {
        "message": "Great insight on Tesla!",
        "sharedOriginDiscussion": "d9020c00-c364-11ee-8080-80005148990b"
      }
    }
  }
}