OpenAPI 3.0.32026-08-12129194194.6 KB

2d1b51b5df52

Partnership

Increase total amount of existing partner token within claiming center. For internal usage only.

patch/v1/partnership/claiming

Request body

access_token_namestring required
token_addressstring required
amountstring int128 required

Response

Global stats

accruedstring int128 required
totalstring int128 required

Example response

{
  "accrued": "1000000000",
  "total": "1000000000"
}