metrics
reward tokens
manager
metrics
accesslists
boosts
users
- GETuser profile
- GETuser details
- PUTupdate profile
- GETETH earned by user
- PUTupdate notification preferences
- GETfarcaster profile
- GETfarcaster verification status
- POSTadd neynar connection
- DELremove neynar connection
- POSTadd twitter connection
- DELdelete twitter connection
- GETUser notifications
- POSTRead notifications
- GETuser rewards
- GETprotocol rewards summary
- GETprotocol rewards earnings
- GETreferrals summary
- GETreferrals earnings
- GETreferrals feed
- GETtotal referral earnings
- GETreferrals activity feed
- GETactive/completed boosts referrals feed
metrics
reward tokens
Returns all approved reward tokens
GET
/
metrics
/
reward-tokens
curl --request GET \
--url https://api-staging.boost.xyz/metrics/reward-tokens
[
{
"id": "<string>",
"name": "<string>",
"symbol": "<string>",
"type": "<string>",
"imageUri": "<string>",
"contractAddress": "<string>",
"chainId": 123,
"network": {
"id": "<string>",
"name": "<string>",
"alchemyId": "<string>"
}
}
]
Response
200
application/json
Success
curl --request GET \
--url https://api-staging.boost.xyz/metrics/reward-tokens
[
{
"id": "<string>",
"name": "<string>",
"symbol": "<string>",
"type": "<string>",
"imageUri": "<string>",
"contractAddress": "<string>",
"chainId": 123,
"network": {
"id": "<string>",
"name": "<string>",
"alchemyId": "<string>"
}
}
]