钱包 | | | |
POST | /account/wallets | 导入 solana/evm 钱包 | 0 |
DELETE | /account/wallet | 删除 solana/evm 钱包 | 0 |
GET | /account/wallets | 获取用户的所有钱包信息 | 0 |
创建 | | | |
POST | /automation/swap_order | 创建多链的快速买入和卖出任务 | 0 |
POST | /automation/swap_orders_with_multi_wallets | 创建多钱包快速买入和卖出任务 | 0 |
POST | /automation/follow_order | 创建多链跟单交易任务 | 0 |
POST | /automation/limit_orders | 创建多链限价买入和卖出任务 | 0 |
POST | /automation/migrate_order | 创建开盘卖出任务 | 0 |
POST | /automation/dev_order | 创建跟随Dev卖出任务 | 0 |
POST | /automation/snipe_order | 创建多链代币狙击任务 | 0 |
编辑 | | | |
POST | /automation/follow_order | 编辑某个跟单任务 | 0 |
PATCH | /automation/limit_order | 编辑某个限价订单 | 0 |
PATCH | /automation/trailing_stop_order | 编辑某个移动止盈止损任务 | 0 |
PATCH | /automation/migrate_order | 编辑某个开盘卖出任务 | 0 |
PATCH | /automation/dev_order | 编辑某个跟随Dev卖出任务 | 0 |
启停 | | | |
PATCH | /automation/follow_order | 开/关某个跟单任务 | 0 |
PATCH | /automation/limit_order | 开/关某个限价订单 | 0 |
PATCH | /automation/trailing_stop_order | 开/关某个移动止盈止损任务 | 0 |
PATCH | /automation/migrate_order | 开/关某个开盘卖出任务 | 0 |
PATCH | /automation/dev_order | 开/关某个跟随Dev卖出任务 | 0 |
PATCH | /automation/snipe_order | 开/关某个自动狙击任务 | 0 |
PATCH | /automation/follow_orders | 批量开/关跟单交易 | 0 |
PATCH | /automation/trailing_stop_orders | 批量开/关移动止盈止损 | 0 |
PATCH | /automation/dev_orders | 批量开/关跟随Dev卖出 | 0 |
PATCH | /automation/snipe_orders | 批量开/关自动狙击 | 0 |
PATCH | /automation/migrate_orders | 批量开/关开盘卖出 | 0 |
删除 | | | |
DELETE | /automation/follow_order | 删除某个跟单任务 | 0 |
DELETE | /automation/limit_order | 删除某个限价单/止盈止损任务 | 0 |
POST | /automation/limit_order/delete_many | 批量删除指定限价单/止盈止损任务 | 0 |
DELETE | /automation/limit_order/delete_all | 删除全部限价单/止盈止损任务 | 0 |
DELETE | /automation/trailing_stop_order | 删除某个移动止盈止损任务 | 0 |
POST | /automation/trailing_stop_order/delete_many | 批量删除指定的移动止盈止损任务 | 0 |
DELETE | /automation/trailing_stop_order/delete_all | 删除全部移动止盈止损任务 | 0 |
DELETE | /automation/migrate_order | 删除某个开盘卖出任务 | 0 |
DELETE | /automation/dev_order | 删除某个跟随Dev卖出任务 | 0 |
DELETE | /automation/snipe_order | 删除某个自动狙击任务 | 0 |
分组 | | | |
POST | /automation/group | 创建跟单或限价单的分组 | 0 |
PATCH | /automation/group | 编辑跟单或限价单的某个分组 | 0 |
DELETE | /automation/group | 删除跟单或限价单的某个分组 | 0 |
GET | /automation/groups | 获取跟单或限价单的分组信息 | 0 |
查询 | | | |
GET | /automation/swap_orders | 查询快速买卖的订单信息 | 0 |
GET | /automation/follow_orders | 获取用户所有跟单任务 | 0 |
GET | /automation/limit_orders | 获取用户所有限价单 | 0 |
GET | /automation/snipe_orders | 获取用户所有自动狙击任务 | 0 |
GET | /automation/migrate_orders | 获取用户的所有开盘卖出任务 | 0 |
GET | /automation/dev_orders | 获取用户的所有跟随Dev卖出任务 | 0 |
GET | /automation/pnl_orders_from_swap_order | 获取快速买卖所有止盈止损任务 | 0 |
GET | /automation/pnl_orders_from_follow_order | 获取跟单创建的所有止盈止损任务 | 0 |
GET | /automation/trailing_stop_orders | 获取用户的所有移动止盈止损任务 | 0 |
记录 | | | |
GET | /account/trades | 用户所有执行成功的交易记录 | 0 |
GET | /account/follow_trades | 获取用户所有跟单记录 | 0 |
GET | /account/swap_trades | 获取用户所有快速买卖记录 | 0 |
模拟器 | | | |
POST | /simulator/snipe_order | 创建模拟器的多链代币狙击任务 | 0 |
POST | /simulator/follow_order | 创建模拟器的多链跟单交易任务 | 0 |
POST | /simulator/limit_orders | 创建模拟器多链限价买入/卖出任务 | 0 |
POST | /simulator/sim_swap_order | 创建模拟器多链快速买入/卖出任务 | 0 |
GET | /simulator/sim_account | 获取模拟器账户余额、盈亏等信息 | 0 |
工具 | | | |
POST | /coin_tools/distribute | 快速将代币发送到多个地址 | 0 |
POST | /coin_tools/collect | 快速归集多个地址的代币 | 0 |