Skip to main content
POST
/
agent
/
wallet
/
list
List agent wallets
curl --request POST \
  --url https://public-api-v2.bags.fm/api/v1/agent/wallet/list \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>"
}
'
{
  "success": true,
  "response": [
    "<string>"
  ]
}

Body

application/json
token
string
required

JWT token from login

Response

Successfully retrieved wallet list

success
boolean
required
Example:

true

response
string[]

Array of Solana wallet addresses associated with the authenticated agent

Base58-encoded Solana wallet public key