Pecu Wallet #
This section includes APIs for managing Pecu Wallets, such as retrieving balance, keys, assets, and other wallet-related information
Get Wallet Balance #
Retrieves the current balance of the wallet
Query Parameters
address string
required Blockchain address to retrieve the balance for.
Responses
https://api.pecunovus.net/api/v2/balance
— 200 Wallet balance retrieved successfully.
— 400 Invalid address provided.
Get Wallet Info #
Retrieves detailed information about the wallet, including metadata and configurations
Query Parameters
address string
required Blockchain address to retrieve wallet information for.
Responses
https://api.pecunovus.net/api/v2/info
— 200 Wallet info retrieved successfully.
— 404 Wallet not found.