Skip to content

Get wallet summary

GET
/v1/wallet
curl --request GET \
--url https://api.parasta.io/v1/wallet \
--header 'Authorization: Bearer <token>'

OK

Media type application/json
object
walletId
string
walletType
string
Allowed values: client
primaryNetwork
string
networks
Array<object>
object
networkId
required
string
family
required
string
Allowed values: evm solana
address
required

Canonical address in family-specific encoding (see NetworkAddress.address).

string
aa

Present only when family=evm. AA on Solana is deferred.

object
smartAccountAddress
string
eoaAddress
string
deployed
boolean
deployedAt
string format: date-time
nullable
backupExists
boolean
lastBackupAt
string format: date-time
Example
{
"walletType": "client",
"networks": [
{
"family": "evm"
}
]
}

Please contact your representative. 담당자에게 문의해주세요.