@admin Thanks for the information
S
S_DEV
@S_DEV
0
Reputation
3
Posts
6
Profile views
0
Followers
0
Following
Best posts made by S_DEV
This user hasn't posted anything yet.
Latest posts made by S_DEV
-
RE: Access rate
Hi, what is the throttling limit rate for getCandleData?
How do we limit request per second is there any method in SmartAPI SDK for python?Can anyone please help me with this?
Thanks,
-
Issue with call API using Postman
I am trying to access Smart API using Postman, but stuck at generate JWT token. I made POST request with https://apiconnect.angelbroking.com/rest/auth/angelbroking/user/v1/loginByPassword but it return 400 Bad Request.
Below parameters I passed along with request:
Headers
PrivateKey: API_KEYRequest body
{
"clientcode":"clientid",
"password":"password"
}Can anyone please suggest any solution or correct way to make Smart API request from Postman?