v1

latestOpenAPI 3.1.02026-08-0466147138.0 KB
Token Distribution

Get reward token balance

Get the reward token balance for a user

get/token-distribution/balance/{user}

Path parameters

userstring required
Example:0x1234567890123456789012345678901234567890

Query parameters

forceboolean

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

availableAmountstring required
depositedAmountstring required
piggyBalancestring required
piggyEthBalancestring required
rewardsAPYnumber double required
userstring required

Example response

{
  "$schema": "https://api.superform.xyz/schemas/GetTokenBalanceOutputBody.json"
}