Picnic agents is in early access — read-only access only for now.
EN
Docs
Tools
get_smart_accounts

get_smart_accounts

List the smart accounts controlled by the authenticated user's passkey. Use this as the source of truth for which addresses to query in other tools (balances, transactions) without having to call those tools first.

Required scope: read:profile

Parameters:

NameTypeRequiredDescription
chain_idnumbernoFilter to a single chain ID (e.g. 1 Ethereum, 8453 Base, 100 Gnosis).
account_type"picnic" | "gnosisPay"noFilter by account type.

Returned fields (per account):

FieldTypeDescription
addressstringSmart account address.
chainIdnumberChain the smart account lives on.
typeenumpicnic (main self-custody account) or gnosisPay (card-backing account).

Example prompt:

"List my Picnic smart accounts and which chain each one is on."