Fix getbalance + fix get orders for bot

This commit is contained in:
2025-04-21 12:15:53 +02:00
parent 3113e5d278
commit 868c7bdb65
13 changed files with 140 additions and 90 deletions

View File

@@ -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(),