Skip to main content
GET
/
v1
/
rewards
/
transactions
Business Reward Transactions
curl --request GET \
  --url https://api.blockradar.co/v1/rewards/transactions \
  --header 'x-api-key: <api-key>'
{
  "message": "Business reward transactions retrieved successfully",
  "statusCode": 200,
  "data": [
    {
      "id": "7a7f2845-12bb-4117-8d43-ec1e4ccafb10",
      "reference": "nByk7CjmaKfH9lqPAQQw",
      "amount": "0.2",
      "amountPaid": "0.2",
      "status": "SUCCESS",
      "type": "REWARD_WITHDRAW",
      "createdAt": "2026-06-03T23:09:58.284Z",
      "asset": {
        "symbol": "USDC",
        "decimals": 6,
        "blockchain": {
          "slug": "base",
          "name": "base"
        }
      }
    }
  ]
}

Authorizations

x-api-key
string
header
required

Query Parameters

limit
integer
Example:

10

Response

200 - application/json

OK

The response is of type object.