/api/{wallet}/{token}/history

/api/{wallet}/{token}/history?from_block_ts=<>&till_block_ts=<>

Returns the trading history of a wallet for a specific token.

Response example:

[
  {
    "ts": 0,
    "side": "string",
    "amount": 0,
    "trade_provider": "string",
    "pool_type": "string",
    "pool_provider": "string",
    "slippage_percent": 0,
    "agg_provider": "string"
  }
]

CU cost 15

Last updated