XPTransfersV2
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.
get/xp/transfer/{transfer_id}
Path parameters
transfer_idstring required
Transfer ID
Response
OK
Example response
{
"amount": 100,
"created_at": 1640995200000,
"fee": 1,
"id": "transfer_123",
"recipient": "0xfedcba0987654321",
"season": "season2",
"sender": "0x1234567890abcdef"
}