Trade
Last updated
Last updated
Needs Wallet Authentication
Needs Wallet Authentication
Needs Wallet Authentication
This route returns all the trades of the wallet.The route first queries the database for all the trades present based on the params provided.The route then returns the trades found.
This route returns a specific trade of the wallet.The route first queries the database for trade present based on the hash provided.The route then returns the trade found.
This route returns a specific trade of the wallet.The route first queries the database for trade present based on the Id provided.The route then returns the trade found.