Create XP Transfer

Transfer XP instantly from your account to another user.

Authentication

Authorizationstring
API Key authentication via header

Request

Transfer details
amountintegerRequired>=1

Amount of XP to transfer (must be >= 1)

recipientstringRequired

Recipient’s Starknet address (hex format)

is_privatebooleanOptionalDefaults to false

Whether the transfer is private (not shown on public feeds). Defaults to false if not provided.

Response

Transfer created successfully
transferobject or null
The created XP transfer

Errors