File tree Expand file tree Collapse file tree 1 file changed +24
-20
lines changed Expand file tree Collapse file tree 1 file changed +24
-20
lines changed Original file line number Diff line number Diff line change @@ -24535,7 +24535,7 @@ paths:
2453524535 required: true
2453624536 schema:
2453724537 type: string
24538- - $ref: '#/components/parameters/queryCoin '
24538+ - $ref: '#/components/parameters/queryCoins '
2453924539 - $ref: '#/components/parameters/queryLabel'
2454024540 - $ref: '#/components/parameters/queryPage'
2454124541 - $ref: '#/components/parameters/queryPageSize'
@@ -34997,29 +34997,17 @@ components:
3499734997 schema:
3499834998 $ref: '#/components/schemas/Id'
3499934999 description: Return the next batch of results, based on the `nextBatchPrevId` value from the previous batch.
35000- queryCoin :
35000+ queryCoins :
3500135001 name: coin
3500235002 in: query
35003- description: The staking asset .
35003+ description: Filter by one or more staking assets .
3500435004 required: false
35005+ style: form
35006+ explode: true
3500535007 schema:
35006- type: string
35007- oneOf:
35008- - type: string
35009- enum:
35010- - ADA
35011- - AVAXP
35012- - BERA
35013- - BTC
35014- - DOT
35015- - ETH
35016- - MATIC
35017- - NEAR
35018- - SOL
35019- - STX
35020- - TON
35021- - WCT
35022- - type: string
35008+ type: array
35009+ items:
35010+ $ref: '#/components/schemas/Coin1'
3502335011 queryFederationQ:
3502435012 name: q
3502535013 in: query
@@ -38514,6 +38502,22 @@ components:
3851438502 description: A cryptocurrency or token ticker symbol.
3851538503 type: string
3851638504 example: btc
38505+ Coin1:
38506+ type: string
38507+ description: The staking asset.
38508+ enum:
38509+ - ADA
38510+ - AVAXP
38511+ - BERA
38512+ - BTC
38513+ - DOT
38514+ - ETH
38515+ - MATIC
38516+ - NEAR
38517+ - SOL
38518+ - STX
38519+ - TON
38520+ - WCT
3851738521 CoinConditionParameter:
3851838522 title: Coin
3851938523 type: object
You can’t perform that action at this time.
0 commit comments