PearPear

Change a Lighter account tier

Moves the account onto the standard, plus, or premium tier, which Lighter allows once every 24 hours and only while the account holds no open orders or positions

POST
/misc/lighter/change-account-tier
x-api-key<token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/misc/lighter/change-account-tier" \  -H "Content-Type: application/json" \  -d '{    "accountIndex": 0,    "apiKeyIndex": 0,    "apiPrivateKey": "string",    "tier": "standard"  }'
{  "tier": "standard"}