Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
LaserSell APIからアカウントティア、プラン名、使用制限を取得します。
GET https://api.lasersell.io/v1/account
x-api-key
AccountResponse
tier
number
0
1
2
tier_name
string
free
tier_1
tier_2
limits
object
max_wallets
max_positions_per_wallet
max_positions_per_session
curl https://api.lasersell.io/v1/account \ -H "x-api-key: YOUR_API_KEY"
{ "tier": 1, "tier_name": "tier_1", "limits": { "max_wallets": 5, "max_positions_per_wallet": 100, "max_positions_per_session": 500 } }