The API provides list of all smallcases enabled for your gateway. Data like smallcase info, return stats, benchmark info is shared.

Use case: This is ideal data API when you want to display list of available smallcases to user.



Request parameters

Path Params
string
required
Defaults to gatewaydemo
Query Params
string
Defaults to default

Optional | Possible values for sortBy: default, dailyReturns, weeklyReturns, monthlyReturns, yearlyReturns, indexValue, minInvestAmount, cagr, risk, sharpe, inceptionDate, uploadedDate, nextRebalanceDate,

int32
Defaults to 1

Optional | Possible Values for sortOrder 1 or -1

int32
Defaults to 10

Optional | Maximum number of smallcases to be returned (used for pagination)

int32
Defaults to 0

Optional | Number of smallcases to skip over (used for pagination)

boolean

Optional | Whether to fetch blocked smallcases (default: false)

boolean

Optional | whether to fetch played out smallcases

Headers
string
required
Defaults to gatewayDemo_secret

apiSecret shared for authentication

string
required
Defaults to eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJndWVzdCI6dHJ1ZSwiaWF0IjoxNjU0MzIxMDAwfQ.qiZ_w1yFYXhkdLMlqI28XJOXitfZwr64e2oL-lMEHZU

JWT signed with shared secret & payload of guest user or connected user

Response

Language