Skip to main content
Get Trades
curl --request GET \
  --url https://synthesis.trade/api/v1/wallet/pol/{wallet_id}/trades \
  --header 'X-API-KEY: <api-key>'
{
  "success": true,
  "response": [
    {
      "tx_hash": "0xa1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2",
      "side": "BUY",
      "price": "0.65",
      "shares": "150.0",
      "amount": "97.5",
      "created_at": "2026-01-01T00:00:00"
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

Account secret API key.

Path Parameters

wallet_id
string
required

Response

200 - application/json

Polygon trades