This commit is contained in:
Nemo 2021-05-20 22:56:17 +05:30
parent 092fe4796d
commit 86948733d1
1 changed files with 9 additions and 5 deletions

View File

@ -7,7 +7,7 @@ info:
url: 'https://captnemo.in/contact/' url: 'https://captnemo.in/contact/'
email: kuvera.api@captnemo.in email: kuvera.api@captnemo.in
termsOfService: 'https://github.com/captn3m0/kuvera-unofficial-api-specification' termsOfService: 'https://github.com/captn3m0/kuvera-unofficial-api-specification'
description: 'Unofficial read API specification for Kuvera. ' description: Unofficial read API specification for Kuvera. See README on left to get started.
servers: servers:
- url: 'https://api.kuvera.in' - url: 'https://api.kuvera.in'
paths: paths:
@ -36,7 +36,7 @@ paths:
description: Get a list of Mutual Funds in Compressed Format description: Get a list of Mutual Funds in Compressed Format
/api/v3/funds/amc_list.json: /api/v3/funds/amc_list.json:
get: get:
summary: Your GET endpoint summary: List all AMCs
tags: [] tags: []
responses: responses:
'200': '200':
@ -137,7 +137,7 @@ paths:
operationId: top_bought_funds operationId: top_bought_funds
description: List of top bought Mutual Funds description: List of top bought Mutual Funds
tags: tags:
- top_funds - Top Funds
/v3/funds/tags/top_sold.json: /v3/funds/tags/top_sold.json:
get: get:
summary: Top Sold Funds summary: Top Sold Funds
@ -153,7 +153,7 @@ paths:
operationId: top_sold_funds operationId: top_sold_funds
description: List of top sold Mutual Funds description: List of top sold Mutual Funds
tags: tags:
- top_funds - Top Funds
/v3/funds/tags/top_watchlist.json: /v3/funds/tags/top_watchlist.json:
get: get:
summary: Top Watched Funds summary: Top Watched Funds
@ -169,7 +169,7 @@ paths:
operationId: top_watched_funds operationId: top_watched_funds
description: List of top watched Mutual Funds description: List of top watched Mutual Funds
tags: tags:
- top_funds - Top Funds
/api/v3/funds/index_nav/NIFTY50.json: /api/v3/funds/index_nav/NIFTY50.json:
get: get:
summary: NIFTY 50 Historical Value summary: NIFTY 50 Historical Value
@ -638,6 +638,8 @@ components:
- r - r
- v - v
- kc - kc
x-tags:
- Schemas
Mutual-Fund-Code: Mutual-Fund-Code:
type: string type: string
title: Mutual-Fund-Code title: Mutual-Fund-Code
@ -648,6 +650,8 @@ components:
x-examples: x-examples:
Example 1: 418-GR Example 1: 418-GR
example-2: KO178D-DP example-2: KO178D-DP
x-tags:
- Schemas
securitySchemes: {} securitySchemes: {}
parameters: parameters:
codes: codes: