Copy Trade Simulator
Request cost: 10 credits
post
Simulate wallets copy trading results
Authorizations
X-API-KeystringRequired
API key for authentication
Body
Simulation input data
walletsstring[] Β· min: 1 Β· max: 100Required
List of wallets to follow
networkstring Β· enumRequiredExample:
Supported blockchain networks
ethPossible values: from_datestringRequired
Time interval start date. UTC timezone. YYYY-MM-DD format
to_datestringRequired
Time interval end date. UTC timezone. YYYY-MM-DD format
buy_percentageintegerRequired
Copy trading buy percentage (%)
max_buy_amountnumberRequired
Maximum purchase amount, in USD ($)
max_position_amountnumberRequired
Maximum position amount per deal, in USD ($)
priority_feenumberRequired
Priority fee amount, in network native currency
bribenumberRequired
Bribe amount, in network native currency
max_dupe_buy_timesintegerRequired
Maximum number of additional purchases
close_allbooleanOptionalDefault:
Close deal on first sell
falseinclude_bot_feesbooleanOptionalDefault:
Include fees in calculations
falseResponses
200
Simulation result
application/json
400
Request fail
application/json
401
API Key invalid or missing
403
API access forbidden
application/json
post
/wallets/simulatorLast updated