Skip to main content
GET
/
api
/
agents
/
me
/
wallet
Get the authenticated user's Spark wallet metadata.
curl --request GET \
  --url https://openagents.com/api/agents/me/wallet \
  --header 'Authorization: Bearer <token>'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful response

data
object