Wallet Management | | | |
POST | /account/wallets | Import solana/evm wallets | 0 |
POST | /account/wallets | Batch Import solana/evm wallets | 0 |
DELETE | /account/wallet/ | Delete solana/evm wallet | 0 |
PATCH | /account/wallet/ | Edit solana/evm wallet | 0 |
GET | /account/wallets | Get all wallet information of the user | 0 |
Create Task | | | |
POST | /automation/swap_order | Create multi-chain fast buy and sell tasks | 0 |
POST | automation/swap_orders_with_multi_wallets | Create multi-chain fast buy and sell with multiple wallets | 0 |
POST | /automation/follow_order | Create multi-chain copy trading tasks | 0 |
POST | /automation/limit_orders | Create multi-chain limit buy and sell tasks | 0 |
POST | /automation/migrate_order | Create a opening sell task | 0 |
POST | /automation/dev_order | Create a Dev sell task | 0 |
POST | /automation/snipe_order | Create multi-chain token sniper tasks | 0 |
Edit Task | | | |
POST | /automation/follow_order | Edit a copy trading task | 0 |
PATCH | /automation/limit_order | Edit a limit order task | 0 |
PATCH | /automation/trailing_stop_order | Edit a trailing stop task | 0 |
PATCH | /automation/dev_order | Edit a Dev sell task | 0 |
Enable/Disable Task | | | |
PATCH | /automation/follow_order | Enable/disable a copy trading task | 0 |
PATCH | /automation/limit_order | Enable/disable a limit order task | 0 |
PATCH | /automation/trailing_stop_order | Enable/disable a trailing stop task | 0 |
PATCH | automation/migrate_order | Enable/disable a opening sell task | 0 |
PATCH | /automation/dev_order | Enable/disable a Dev sell task | 0 |
PATCH | /automation/snipe_order | Enable/disable an auto sniper task | 0 |
PATCH | /automation/follow_orders | Batch enable/disable copy trading | 0 |
PATCH | /automation/trailing_stop_orders | Batch enable/disable trailing stop | 0 |
PATCH | /automation/dev_orders | Batch enable/disable Dev sell | 0 |
PATCH | /automation/snipe_orders | Batch enable/disable auto snipers | 0 |
PATCH | /automation/migrate_orders | Batch enable/disable opening sell | 0 |
Delete Task | | | |
DELETE | /automation/follow_order/ | Delete a copy trading task | 0 |
DELETE | /automation/limit_order/ | Delete a limit order or take profit/stop loss task | 0 |
POST | /automation/limit_order/delete_many | Delete specified limit orders or take profit/stop loss orders | 0 |
DELETE | /automation/limit_order/delete_all | Delete all limit orders or take profit/stop loss orders | 0 |
DELETE | /automation/trailing_stop_order/ | Delete a trailing stop task | 0 |
POST | /automation/trailing_stop_order/delete_many | Delete specified trailing stop tasks | 0 |
DELETE | /automation/trailing_stop_order/delete_all | Delete all trailing stop tasks | 0 |
DELETE | /automation/migrate_order/ | Delete a opening sell task | 0 |
DELETE | /automation/dev_order/ | Delete a Dev sell task | 0 |
DELETE | /automation/snipe_order/ | Delete an auto sniper task | 0 |
Group | | | |
POST | /automation/group | Create a group of copy trading or limit order | 0 |
PATCH | /automation/group | Edit the group name of copy trading or limit order | 0 |
DELETE | /automation/group/ | Delete a group of copy trading or limit order | 0 |
GET | /automation/groups | Get group information of copy trading or limit order | 0 |
Query Task | | | |
GET | /automation/swap_orders | Query order information of fast buy/sell | 0 |
GET | /automation/follow_orders | Get the user's all copy trading tasks | 0 |
GET | /automation/limit_orders | Get the user's all limit orders | 0 |
GET | /automation/snipe_orders | Get the user's all auto sniper tasks | 0 |
GET | /automation/migrate_orders | Get the user's all opening sell tasks | 0 |
GET | /automation/dev_orders | Get the user's all Dev sell tasks | 0 |
GET | /automation/pnl_orders_from_swap_order | Get the user's all TP/SL tasks (from fast buy/sell) | 0 |
GET | /automation/pnl_orders_from_follow_order | Get the user's all TP/SL tasks (from copy trading) | 0 |
GET | /automation/trailing_stop_orders | Get the user's all trailing stop tasks | 0 |
Query Trading Record | | | |
GET | /account/trades | All successfully executed transactions by the user | 0 |
GET | /account/follow_trades | Get the user's all copy records | 0 |
GET | /account/swap_trades | Get the user's all fast buy & sell records | 0 |
Simulator | | | |
POST | /simulator/snipe_order | Create multi-chain snipe tasks in simulator | 0 |
POST | /simulator/follow_order | Create multi-chain copy trading tasks in simulator | 0 |
POST | /simulator/limit_orders | Create multi-chain limit buy and limit sell tasks in simulator | 0 |
POST | /simulator/sim_swap_order | Create multi-chain fast buy and sell tasks in simulator | 0 |
GET | /simulator/sim_account | Get information of simulator's account balance, profit/loss, etc. | 0 |
Batch Tool | | | |
POST | /coin_tools/distribute | Fast send tokens to multiple addresses | 0 |
POST | /coin_tools/collect | Fast collect tokens from multiple addresses | 0 |