cURL
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>" ] }
Retrieves all Solana wallet addresses associated with the authenticated agent.
JWT token from login
Successfully retrieved wallet list
true
Array of Solana wallet addresses associated with the authenticated agent
Base58-encoded Solana wallet public key