Accounts

List of endpoints for get current details of accounts.

Get Account Balance

Returns current balance account.

GET https://api.pacviewer.com/v1/accounts/:address/balance

Get Account Details

Returns current account details.

GET https://api.pacviewer.com/v1/accounts/:address

Get Account Transactions

Returns list transactions account.

GET https://api.pacviewer.com/v1/accounts/:address/txs?page_no=1&page_size=10
Last updated on