Retrieve your account tier, plan name, and usage limits.
cURL
curl --request GET \ --url https://api.lasersell.io/v1/account \ --header 'x-api-key: <api-key>'
{ "tier": 1, "tier_name": "tier_1", "limits": { "max_wallets": 5, "max_positions_per_wallet": 100, "max_positions_per_session": 500 } }
Your LaserSell API key. Obtain one from the LaserSell dashboard.
Account details.
Numeric tier identifier.
0
1
2
Human-readable plan name.
free
tier_1
tier_2
"tier_1"
Show child attributes