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 Β· enumRequired

Supported blockchain networks

Example: 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_allbooleanOptional

Close deal on first sell

Default: false
include_bot_feesbooleanOptional

Include fees in calculations

Default: false
Responses
200

Simulation result

application/json
post
/wallets/simulator

Last updated