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