Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

add delegate role #84

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions source/includes/_account.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ curl -X POST 'https://polkadot.api.subscan.io/api/scan/accounts' \

### Payload

| Name | Type | Require |
|-------------|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|
| row | int | yes |
| page | int | yes |
| order | string | no (desc,asc) |
| order_field | string | no(balance) |
| min_balance | string | no |
| max_balance | string | no |
| filter | string | no(validator nominator councilMember techcomm registrar system module evm nominationPool proxy proxies multisig multisigMember fellowship onChainIdentity) |
| address | array string | no (max:100) |
| Name | Type | Require |
|-------------|--------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| row | int | yes |
| page | int | yes |
| order | string | no (desc,asc) |
| order_field | string | no(balance) |
| min_balance | string | no |
| max_balance | string | no |
| filter | string | no(validator nominator councilMember techcomm registrar system module evm nominationPool proxy proxies multisig multisigMember fellowship onChainIdentity convictionDelegate convictionDelegated democracyDelegate democracyDelegated) |
| address | array string | no (max:100) |

> Example Response

Expand Down