mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-10-31 15:07:59 +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 | ||||
|   schemes: | ||||
|     - https | ||||
|   host: kava3.data.kava.io | ||||
|   host: kava4.data.kava.io | ||||
|   securityDefinitions: | ||||
|     kms: | ||||
|       type: basic | ||||
| @ -1912,6 +1912,16 @@ | ||||
|             required: false | ||||
|             type: string | ||||
|             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: | ||||
|           200: | ||||
|             description: harvest deposits | ||||
| @ -1954,6 +1964,16 @@ | ||||
|             required: false | ||||
|             type: string | ||||
|             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: | ||||
|           200: | ||||
|             description: harvest claims | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Nick DeLuca
						Nick DeLuca