โข๏ธTrade
Needs Wallet Authentication
Needs Wallet Authentication
Needs Wallet Authentication
Last updated
Needs Wallet Authentication
Needs Wallet Authentication
Needs Wallet Authentication
Last updated
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.
Successful
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.
Successful
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.
Successful