Skip to main content
GET
/
v1
/
account
Get Account
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
  }
}

Authorizations

x-api-key
string
header
required

Your LaserSell API key. Obtain one from the LaserSell dashboard.

Response

Account details.

tier
enum<integer>
required

Numeric tier identifier.

Available options:
0,
1,
2
Example:

1

tier_name
enum<string>
required

Human-readable plan name.

Available options:
free,
tier_1,
tier_2
Example:

"tier_1"

limits
object
required