Skip to main content
GET
/
v1
/
wallets
/
{walletId}
/
rewards
/
assets
Wallet Reward Assets
curl --request GET \
  --url https://api.blockradar.co/v1/wallets/{walletId}/rewards/assets \
  --header 'x-api-key: <api-key>'
{
  "message": "Wallet reward assets retrieved successfully",
  "statusCode": 200,
  "data": [
    {
      "id": "aave-base-usdc",
      "type": "defi",
      "apy": "2.41",
      "isActive": true,
      "asset": {
        "id": "b1deda8d-7609-4895-b584-e8ef1f13e354",
        "name": "USD Coin",
        "symbol": "USDC",
        "decimals": 6
      }
    }
  ]
}

Authorizations

x-api-key
string
header
required

Query Parameters

type
string
Example:

""

addressId
string
Example:

""

Response

200 - application/json

OK

The response is of type object.