Skip to main content
GET
Get an account abstraction wallet by address hash

Authorizations

Authorization
string
header
required

API key passed as a Bearer token in the Authorization header.

Path Parameters

address_hash_param
string
required

Address hash in the path

Pattern: ^0x([A-Fa-f0-9]{40})$
chain_id
string
required

The ID of the blockchain

Response

Account

Account struct.

address
Address · object
required

Address

creation_op_hash
string | null
required
Pattern: ^0x([A-Fa-f0-9]{64})$
creation_timestamp
string<date-time> | null
required
creation_transaction_hash
string | null
required
Pattern: ^0x([A-Fa-f0-9]{64})$
factory
AddressNullable · object | null
required

AddressNullable

total_ops
integer
required
Required range: x >= 0