Api to create small case ?

Is there any api that creates or gets the custom small case created in small case app

Request to allow only market Order in Smallcase Gateway

Dear Smallcase Team, I hope this message finds you well. I wanted to bring to your attention a concern regarding the order placement options available in our platform's integration with Smallcase Gateway. Currently, our platform only supports market orders, allowing users to execute trades at the prevailing market price. However, we have noticed that in Smallcase Gateway, users are provided with a dropdown menu where they can select various order types such as limit orders, stop loss orders, and stop loss market orders. As per our platform's design and trading strategy, we strictly want to limit our users to placing market orders only. This ensures simplicity, efficiency, and aligns with our specific trading approach. Therefore, we kindly request your assistance in disabling the order types other than market orders in the Smallcase Gateway integration for our platform. By limiting the order options to market orders only, we can maintain consistency and avoid any inadvertent user errors or unintended consequences. We greatly appreciate your prompt attention to this matter. Should you require any additional information or assistance from our end, please do not hesitate to reach out to us. We value our partnership with Smallcase and look forward to your continued support. Thank you for your understanding and cooperation.

Are APIs free or paid ? Need information of Smallcase gateway apis and sdk

Hello, need a brief overview of Apis whether they are free to use and paid also how many apis related to nse and bse stocks and at what details it provides

Request to allow only market Order in Smallcase Gateway

Dear Smallcase Team, I hope this message finds you well. I wanted to bring to your attention a concern regarding the order placement options available in our platform's integration with Smallcase Gateway. Currently, our platform only supports market orders, allowing users to execute trades at the prevailing market price. However, we have noticed that in Smallcase Gateway, users are provided with a dropdown menu where they can select various order types such as limit orders, stop loss orders, and stop loss market orders. As per our platform's design and trading strategy, we strictly want to limit our users to placing market orders only. This ensures simplicity, efficiency, and aligns with our specific trading approach. Therefore, we kindly request your assistance in disabling the order types other than market orders in the Smallcase Gateway integration for our platform. By limiting the order options to market orders only, we can maintain consistency and avoid any inadvertent user errors or unintended consequences. We greatly appreciate your prompt attention to this matter. Should you require any additional information or assistance from our end, please do not hesitate to reach out to us. We value our partnership with Smallcase and look forward to your continued support. Thank you for your understanding and cooperation.

Subject: Integration Issue: Intent Not Enabled in Gateway Tender

I wanted to inform you that we are currently integrating your Import Holding API into our backend. However, we are facing an issue where the intent is not enabled in our gateway tender. This is hindering the successful integration of the API. We kindly request your assistance in enabling the intent within our gateway tender. Any guidance or instructions you can provide to help resolve this matter promptly would be greatly appreciated. Thank you for your attention to this issue. Best regards,

Mutual Funds Import

Hi, How to get started with the API, as we want to add Mutual Fund Import system on our Web App Using API.

In flutter how to logout in smallcase SDK

explain how to logout user

Smallcase historical returns

To pull the hostorical return of a smallcase, there is a gatewayname parameter. what is that and how do i create it?

How to get investments of all users for a gateway.

I want to fetch investments for all users under a company gateway.

flutter integration

how to access onsucces method in flutter integration example: ScgatewayFlutterPlugin.setConfigEnvironment( GatewayEnvironment.PRODUCTION, 'futurewise-technologies', false, [checkAccountType()], isAmoenabled: false); so i am using this method so giving wrong response , i got this response :---> { "data":{ "batches":\[ { "filled":1, "variety":"regular", "buyAmount":16.5, "sellAmount":0, "orders":[ { "orderType":"MARKET", "product":"CNC", "price":0, "exchange":"NSE", "status":"COMPLETE", "quantity":2, "tradingsymbol":"SUZLON", "transactionType":"BUY", "orderTimestamp":"2023-04-11T06":"47":34.000Z, "filledQuantity":2, "averagePrice":8.25, "exchangeOrderId":1300000011437423, "triggerPrice":0, "statusMessage":"EXECUTED" } ], "unplaced":\[ ``` ], "batchId":64350286c769201efb8957de, "broker":"groww", "quantity":1, "status":"COMPLETED", "completedDate":"2023-04-11T06":"47":37.668Z, "transactionId":TRX_100ebf912e50417cba4045373c85c94c } ] ``` }, "broker":"groww", "smallcaseAuthToken":eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzbWFsbGNhc2VBdXRoSWQiOiI2NDJhNjMzMzBlOTk4MjdkNGYyMDJiZWYiLCJpYXQiOjE2ODExOTU2MDMsImV4cCI6MTY4MTE5OTIwM30.GJQryZbP0M1sUT0Nu_EbNsNpNMnmKu7c93VwbG-ePKU, "transactionId":TRX_100ebf912e50417cba4045373c85c94c, "success":true, "transaction":"TRANSACTION" } i getting this response but its not as per the transcation response as per doc . ``` ScgatewayFlutterPlugin.initGateway(response['authToken']); var newdata = await ScgatewayFlutterPlugin.triggerGatewayTransaction( response['transactionDetails']['data']['transactionId']); ```