From e9fbea546d2b5aea2d1dcec0f4f82e156f310e4a Mon Sep 17 00:00:00 2001 From: cuckooemm Date: Tue, 12 Sep 2023 10:13:49 +0800 Subject: [PATCH] add delegate role --- source/includes/_account.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/source/includes/_account.md b/source/includes/_account.md index 709d12f..c0f91c4 100644 --- a/source/includes/_account.md +++ b/source/includes/_account.md @@ -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