Scrip Search
This API returns a list of scrips (financial securities) matching the provided search text. It helps users fetch details like symbol codes, expiry dates, instrument types, and more for securities listed on various exchanges.
🛣️Path Parameters
| Parameter | Type | Required | Description | Example/ENUM |
|---|
| tenantid | string | Yes | Identifier for the tenant/customer | tenant123 |
| searchText | string | Yes | Text to search for scrips | ACC,NIFTY APR, GOLD, MCX |
| mktAllowed | string | Yes | Market filter | -1 |
| Header | Type | Description | Example |
|---|
| Authorization | string | Bearer token for access | access-token |
| x-api-key | string | API provided for authorization | x-api-key |
🟢Success Response - 200 Ok