FAQs
Why is Gateway API not working as expected?
What might be wrong in the API request?
Error while importing holdings
I am trying to create a transaction id for user consent for importing holding but the API is giving error as "Intent not enabled". For is the API used and parameters sent
API : "https://gatewayapi.smallcase.com/gateway/gatewayname/transaction"
Type : POST
Parameters : {"intent": "HOLDINGS_IMPORT"}
Headers :
x-gateway-authtoken : jwt token with smallcaseAuthId
x-gateway-secret : Provided by smallcase
Java sdk
How I can connect my Java backend to call smallcase api/sdk endpoints to buy/sell stocks.
Why am I getting `invalid_order` for M&M stock?
We noticed that we are getting an invalid_order
error while creating transactionId for stocks having ampersand sign in ticker name (eg. M&M). How to fix this?
How to get access to api?
How can we get access to API? Is there any sandbox environment for testing?