FAQs
What is invalid request
What is invalid request when I login to up stock account
Transaction API
Do you provide transaction API for mutual funds where one can buy or sell funds
SDK's triggerTransaction method seems never resolve the promise in some cases.
Web SDK
Order Details and Single Stock Update Webhook - Queries
<1> Order Details:
We’re not getting a broker field in the response of order details for a user while in the documentation’s example we’ve the broker field under data.
Futures and options trade
HI , I wanted to know that can we place order for futures and options through smallcase api's using the linked broker accounts.
Also please tell where can we find the list of securities ticker name.
Getting GatewayError for user balance fetching
We are trying to fetch the user balance. But, getting the following error. We are using the Zerodha broker.
Why is Gateway API not working as expected?
What might be wrong in the API request?
No variants found for ':react-native-smallcase-gateway'
buildscript {
ext {
buildToolsVersion = "30.0.2"
minSdkVersion = 24
compileSdkVersion = 32
targetSdkVersion = 30
kotlinVersion = '1.5.0'
ndkVersion = "21.4.7075529"
}
repositories {
google()
mavenCentral()
maven {
url "https://artifactory.smallcase.com/artifactory/gradle-dev-local"
credentials {
username "react_native_user"
password "reactNativeUser123"
}
}
Can we generate smallcaseauthtoken first time from backend?
In my frontend side sdk is not integrated, and I want to check the flow from backend API, So for that I want to generate smallcaseAuthToken from backend. So how can i generate it?
Help required in android integration
// Include maven repository url and authentication details
repositories {
maven {
url "https://artifactory.smallcase.com/artifactory/gradle-dev-local"
credentials {
username "${artifactory_user}"
password "${artifactory_password}"
}
}
}