Skip to content

Commit

Permalink
docs: updated api
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzschoff committed May 29, 2024
1 parent e97f13c commit 131d1ca
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/routes/v3/base/sc-pool-apy-history.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,19 @@ setInterval(fetchDataFromPostgres, cacheTime < 30000 ? 30000 : cacheTime);

/**
* @openapi
* /v3/Base/sc-pool-apy:
* /v3/Base/sc-pool-apy-history:
* get:
* tags:
* - v3
* description: Returns current APY for Spartan Council Pool on Base.
* description: Returns historical APY for Spartan Council Pool on Base.
* responses:
* 200:
* description: Successful response.
* content:
* application/json:
* schema:
* schema:
* type: array
* items:
* type: object
* properties:
* timestamp:
Expand Down

0 comments on commit 131d1ca

Please sign in to comment.