v3

latestOpenAPI 3.0.32026-07-21128192192.7 KB
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"
}