GET
/
users
/
rewards
curl --request GET \
  --url https://api-staging.boost.xyz/users/rewards
[
  {
    "id": "<string>",
    "iconOption": "<string>",
    "name": "<string>",
    "contractAddress": "<string>",
    "boostAddress": "<string>",
    "completedAt": "<string>",
    "network": "<string>",
    "rewards": [
      {
        "type": "<string>",
        "totalAllocated": 123,
        "tokenSymbol": "<string>",
        "amount": "<string>",
        "token": "<string>",
        "tokenContractAddress": "<string>",
        "boostId": "<string>",
        "tokenId": "<string>",
        "s3Link": "<string>",
        "ethValue": "<string>",
        "network": {
          "name": "<string>",
          "chainId": "<string>"
        },
        "decimals": 123,
        "score": 123
      }
    ]
  }
]

Query Parameters

address
string
required

Response

200
application/json
Success
id
string
required
iconOption
string
required
name
string
required
contractAddress
string
required
boostAddress
string
required
network
string
required
rewards
object[]
required
completedAt