Rewards

💰 Rewards API

Query iNFT holder rewards and distribution events.

Features:

  • Lifetime TWN earnings per twin

  • Monthly and 30-day summaries

  • Detailed reward event history

  • Category-based breakdowns

Get rewards summary

get

Retrieve a comprehensive rewards summary for a specific twin, including lifetime earnings, monthly totals, and category breakdowns.

Includes:

  • Lifetime TWN earnings

  • Month-to-date (MTD) rewards

  • Last 30 days rewards

  • Breakdown by reward category

Path parameters
short_idstringRequired

Short twin ID (e.g., G0). Full form (e.g., TWN-G0) is also accepted.

Query parameters
period_ymstringOptional

Optional period in YYYYMM format; defaults to current UTC month

Example: 202501
Responses
chevron-right
200

OK

application/json
get
/twins/{short_id}/rewards

List reward events

get

Retrieve a detailed history of reward distribution events for a specific twin.

Query Options:

  • Filter by period (YYYYMM format)

  • Get all historical events with period=all

  • Paginate with limit parameter

Path parameters
short_idstringRequired

Short twin ID (e.g., G0). Full form (e.g., TWN-G0) is also accepted.

Query parameters
period_ymstringOptional

Filter by period in YYYYMM format

Example: 202501
limitinteger · min: 1 · max: 200Optional

Maximum number of events to return (max 200)

Example: 50
periodstring · enumOptional

Set to "all" to return events across all periods (honors server max limit)

Example: allPossible values:
Responses
chevron-right
200

OK

application/json
get
/twins/{short_id}/rewards/events

Last updated