Skip to content

Please provide a snippet for PUT - amend order  #3

@ttodua

Description

@ttodua

Per docs https://github.com/phemex/phemex-api-docs/blob/master/Public-Spot-API-en.md#amend-order
this should work from ccxt (trying to amend the spot order):

cosnt ex = new ccxt.phemex({..});
ex .privatePutSpotOrders({'symbol':'BTC/USDT', 'orderID':'x123'});

but throws exception of API Signature verification failed. . all other methods (post/get) works, but not PUT methods.

Neither in your examples of Node.js I've found any example.

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