Profile
To get characters you need to make a POST call to the following url :
https://amapi.algomojo.com/v1/Profile
QUERY PARAMETERS
Request Parameter
Description
Mandatory
broker
Broker Code
Yes
-X POST https://amapi.algomojo.com/v1/Profile
{
"api_key":"your_api_key",
"api_secret":"your_api_secret",
"data":
{
"broker":"tc"
}
}
{
"status": "success",
"data": {
"client_id": "RLXXXX",
"name": "",
"email": "",
"phone": "",
"exarr": [
"MF",
"NSE",
"BFO",
"CDS",
"NFO",
"BSE"
],
"prarr": [
"CNC",
"NRML",
"MIS",
"BO",
"CO"
]
}
}
Last updated
Was this helpful?