v3

latestOpenAPI 3.0.32026-07-21128192192.7 KB
Claim

Transfer available in claim-center tokens from one account to another. For internal usage only

post/v1/claim/transfer

Request body

fromstring required
tostring required
type'all' | 'referral' | 'cashback' | 'staking' | 'rewards_stonfi' | 'rewards_dedust' | 'coffee_dex' | 'boost' required
tokensstring[] required

Example request

{
  "from": "UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV",
  "to": "UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV",
  "tokens": [
    "EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs"
  ]
}

Response

ok