Skip to content

现货v3获取指定交易对价格有问题,会返回所有交易对价格 #8

Description

@hcl109080

比如下面这个

try {
    $result=$mexc->publics()->getTickerPrice([
            'symbol'=>'BTCUSDT'
        ]);
    print_r($result);
}catch (\Exception $e){
    print_r($e->getMessage());
}

会返回所有交易对价格数据,看了应该是Request.php里面代码有问题

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions