---
title: "Get reward details"
method: GET
path: "/rewards/details"
tags: ["Rewards"]
---

# Get reward details

`GET /rewards/details`

Returns current reward rates, next accrual time, lifetime earned, and total available rewards

## Query parameters

- `asset_type` string

## Response `200`

A successful response.

- GetRewardDetailsResponse
  - `rates` RewardRate[]
    - `id` string
    - `multiplier_id` string
    - `rate` string
    - `networks` string[]
    - `jurisdiction` 'JURISDICTION_UNSPECIFIED' | 'EU' | 'US'
    - `tier` 'TIER_UNSPECIFIED' | 'FOUNDER' | 'PARTNER_CUSTODY_REMOVAL_PROGRAM' | 'PARTNER_STANDARD_CUSTODY_TIER_1' | 'PARTNER_STANDARD_CUSTODY_TIER_2' | 'PARTNER_STANDARD_CUSTODY_TIER_3' | 'FOUNDER_TIER_2'
    - `effective_at` string, date-time
    - `created_at` string, date-time
  - `next_accrual` string, date-time
  - `lifetime_earned` string
  - `total_available_rewards` string
  - `est_next_accrual_amount` string
  - `asset_details` AssetRewardDetails[] — Per-asset reward details breakdown. Supports partners with multiple asset types.
    - `asset_type` string
    - `total_available_rewards` string
    - `lifetime_earned` string
    - `est_next_accrual_amount` string

---

[API](https://skmtc.net/paxos/apis/paxos-api.md) · [All operations](https://skmtc.net/paxos/apis/paxos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paxos/paxos-api/revisions/0687ca8c9a8d/schema)
