get account detail
| Name | Type | Description | Required |
|---|---|---|---|
| account | String | account name | yes |
| Name | Type | Description |
|---|---|---|
| name | String | account name |
| gas_info | Object | |
| ram_info | Object | |
| vote_infos | Object | |
| groups | Object | |
| permissions | Object |
curl -X GET https://api.iostabc.com/api/?apikey=6cfb2325fd0d6ccbd2e61d5793769eb0&module=account&action=get-account-detail&account=iostabc
get account balance
| Name | Type | Description | Required |
|---|---|---|---|
| account | String | account name | yes |
| Name | Type | Description |
|---|---|---|
| name | String | account name |
| balance | Number | |
| frozen_balance | Object | |
| vote_balance | Object |
curl -X GET https://api.iostabc.com/api/?apikey=6cfb2325fd0d6ccbd2e61d5793769eb0&module=account&action=get-account-balance&account=iostabc
get subaccount list
| Name | Type | Description | Required |
|---|---|---|---|
| account | String | account name | yes |
| size | Number | page | no |
| page | Number | page | no |
| Name | Type | Description |
|---|---|---|
| name | String | account name |
| created_by | Number | |
| created_at | String | |
| tx_hash | String |
curl -X GET https://api.iostabc.com/api/?apikey=6cfb2325fd0d6ccbd2e61d5793769eb0&module=account&action=get-subaccount-list&account=iostabc
get account tx
| Name | Type | Description | Required |
|---|---|---|---|
| account | String | account name | yes |
| size | Number | page | no |
| page | Number | page | no |
| Name | Type | Description |
|---|---|---|
| transactions | Array | tx array |
| transactions.action_name | String | |
| transactions.data | Array | |
| transactions.block | String | |
| transactions.tx_hash | String | |
| transactions.to | String | |
| transactions.created_at | String | |
| transactions.index | Number | |
| transactions.return | String | |
| transactions.status_code | String | |
| transactions.from | String |
curl -X GET https://api.iostabc.com/api/?apikey=6cfb2325fd0d6ccbd2e61d5793769eb0&module=account&action=get-account-tx&account=iostabc