Skip to content

Get per-network wallet address

GET
/v1/wallet/networks/{networkId}/address
curl --request GET \
--url https://api.parasta.io/v1/wallet/networks/example/address \
--header 'Authorization: Bearer <token>'
networkId
required
string

OK

Media type application/json
object
networkId
required
string
family
required
string
Allowed values: evm solana
address
required

Canonical user-facing address in family-specific encoding. EVM AA wallets surface the SmartAccount address here (0x hex); Solana surfaces the base58-encoded ed25519 public key.

string
aa

Account-abstraction details. Present only when family=evm. AA on non-EVM families (e.g. Solana) is deferred; this block is absent there and clients should fall back to address alone.

object
smartAccountAddress
string
eoaAddress
string
deployed
boolean
deployTxHash
string
nullable
Example
{
"family": "evm"
}

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