Fix getbalance + fix get orders for bot
This commit is contained in:
@@ -130,7 +130,7 @@ const plugin: FastifyPluginAsyncTypebox = async (fastify) => {
|
||||
})
|
||||
|
||||
// Define route to get a trade
|
||||
fastify.get('/trade', {
|
||||
fastify.get('/trades', {
|
||||
schema: {
|
||||
querystring: Type.Object({
|
||||
account: Type.String(),
|
||||
|
||||
Reference in New Issue
Block a user