Get XP Transfer by ID

Retrieve details of a specific XP transfer by its ID. This is a public endpoint that does not require authentication. Note: Private transfers will return 404 (not found) to maintain privacy.

Path Parameters

transfer_idstringRequired
Transfer ID

Response

OK
amountinteger or null
Amount of XP transferred
created_atinteger or null

Creation timestamp (milliseconds since epoch)

feeinteger or null

Fee charged for the transfer (deducted from sender’s balance)

idstring or null
Unique transfer identifier
is_privateboolean or null

Whether the transfer is private (not shown on public feeds)

recipientstring or null

Address of the recipient (gaining XP)

seasonstring or null

Season identifier (‘season1’ for Season 1, ‘season2’ for Season 2, etc.)

senderstring or null

Address of the sender (losing XP)

Errors