Skip to main content
GET
/
v0
/
me
Get account info (legacy)
curl --request GET \
  --url https://api.sfcompute.com/v0/me
{
  "object": "account",
  "id": "acc_123",
  "role": "user",
  "can_buy": true,
  "can_sell": false
}

Documentation Index

Fetch the complete documentation index at: https://docs.sfcompute.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

The authenticated account

object
string
Example:

"account"

id
string
Example:

"acc_123"

role
string
Example:

"user"

can_buy
boolean
Example:

true

can_sell
boolean
Example:

false