Skip to main content

Get Account

GET 

/api/v1/accounts/:accountAddress

Free [3 Credits]

Retrieve an account.


Request

Path Parameters

    accountAddress stringrequired

    account address

Responses

OK

Schema

    address Address (string)required
    account_type Account Type (string)required

    Possible values: [EOA, SCA, UNKNOWN]

    Example: EOA, SCA
    balance Balance (number)required
    total_transaction_count int64required

    contract

    object

    contract_address Contract Address (string)required
    contract_type Contract Type (string)

    Possible values: [ERC20, KIP7, KIP17, KIP37, ERC721, ERC1155, CONSENSUS_NODE, CUSTOM, UNKNOWN, UNKNOWN_]

    contract_creator_address Contract Creator Address (string)
    contract_creator_transaction_hash Contract Creator Transaction Hash (string)
    contract_created Contract Created (boolean)

    account_key

    object

    type stringrequired

    Possible values: [AccountKeyLegacy, AccountKeyPublic, AccountKeyFail, AccountKeyWeightedMultiSig, AccountKeyRoleBased]

Loading...