mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-12-27 00:35:18 +00:00
update url and add pagination parameters to harvest deposits and claims (#692)
endpoints
This commit is contained in:
parent
20280c7247
commit
dfb3b89c56
@ -47,7 +47,7 @@
|
|||||||
description: Query app version
|
description: Query app version
|
||||||
schemes:
|
schemes:
|
||||||
- https
|
- https
|
||||||
host: kava3.data.kava.io
|
host: kava4.data.kava.io
|
||||||
securityDefinitions:
|
securityDefinitions:
|
||||||
kms:
|
kms:
|
||||||
type: basic
|
type: basic
|
||||||
@ -1912,6 +1912,16 @@
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
x-example: kava1ffv7nhd3z6sych2qpqkk03ec6hzkmufy0r2s4c
|
x-example: kava1ffv7nhd3z6sych2qpqkk03ec6hzkmufy0r2s4c
|
||||||
|
- in: query
|
||||||
|
name: page
|
||||||
|
description: The page number.
|
||||||
|
type: integer
|
||||||
|
x-example: 1
|
||||||
|
- in: query
|
||||||
|
name: limit
|
||||||
|
description: The maximum number of items per page.
|
||||||
|
type: integer
|
||||||
|
x-example: 100
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: harvest deposits
|
description: harvest deposits
|
||||||
@ -1954,6 +1964,16 @@
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
x-example: kava1ffv7nhd3z6sych2qpqkk03ec6hzkmufy0r2s4c
|
x-example: kava1ffv7nhd3z6sych2qpqkk03ec6hzkmufy0r2s4c
|
||||||
|
- in: query
|
||||||
|
name: page
|
||||||
|
description: The page number.
|
||||||
|
type: integer
|
||||||
|
x-example: 1
|
||||||
|
- in: query
|
||||||
|
name: limit
|
||||||
|
description: The maximum number of items per page.
|
||||||
|
type: integer
|
||||||
|
x-example: 100
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: harvest claims
|
description: harvest claims
|
||||||
|
Loading…
Reference in New Issue
Block a user