Julia Docs

Timeline Bender Plugin

Overview

timeline_bender lets you simulate alternate versions of history, estimating what might’ve happened if you traded like a genius instead of panic selling.


Endpoint

POST /api/timeline-bender

Input Parameters

FieldTypeDescription
walletstringYour wallet address
tokenstringToken you traded

Example Request

{
  "wallet": "0xdeadbeef",
  "token": "PEPE"
}

Example Response

{
  "wallet": "0xdeadbeef",
  "token": "PEPE",
  "simulated_profit": "$12847.23",
  "regret_factor": "91.7%",
  "timeline_rating": "You should have held. Seriously.",
  "simulation_id": "bend-f9123aa9"
}

On this page