Skip to content

Commit

Permalink
new server
Browse files Browse the repository at this point in the history
  • Loading branch information
SetarehGhorshi committed Jan 12, 2024
1 parent 548300a commit 4f319e5
Show file tree
Hide file tree
Showing 20 changed files with 1,490 additions and 830 deletions.
47 changes: 47 additions & 0 deletions docs/static/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36525,6 +36525,53 @@ paths:
type: string
tags:
- Query
/pricefeed/current_nonce/{denom}/{price}:
get:
summary: |-
get current nonce for a denom and price pair
operationId: PricefeedCurrentNonce
responses:
'200':
description: A successful response.
schema:
type: object
properties:
nonce:
description: |-
current nonce
type: string
description: >-
QueryCurrentNonceResponse is response type for the Query/CurrentNonce RPC
method.
default:
description: An unexpected error response.
schema:
type: object
properties:
code:
type: integer
format: int32
message:
type: string
details:
type: array
items:
type: object
properties:
'@type':
type: string
additionalProperties: {}
parameters:
- name: denom
in: path
required: true
type: string
- name: price
in: path
required: true
type: string
tags:
- Query
/pricefeed/symbol_requests:
get:
summary: SymbolRequests queries all symbol requests.
Expand Down
Loading

0 comments on commit 4f319e5

Please sign in to comment.