pm_rmFromWhitelist

Remove given values from a certain whitelist type.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Defaults to <your-nodereal-apikey>
Body Params
integer
Defaults to 1
string
Defaults to 2.0
string
enum
Defaults to pm_rmFromWhitelist
Allowed:
params
array of objects
length between 1 and 1
params
string
Defaults to 22a1e2e5-1234-11fd-9223-bc9ee5f5abc0

String - policy uuid

string
enum

String - One of the following options:

  1. FromAccountWhitelist
  2. ToAccountWhitelist
  3. BEP20ReceiverWhiteList
  4. ContractMethodSigWhitelist For detailed descriptions of each whitelist type and their specific uses, please refer to the Megafuel Policy Management Parameters section in the official documentation.
Allowed:
values
array of strings

String - 4 or 20 Bytes

  • For FromAccountWhitelist, ToAccountWhitelist, and BEP20ReceiverWhiteList, a 20-byte account address is required, such as 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266.
  • If the whitelist type is ContractMethodSigWhitelist, a 4-byte contract method signature should be provided. For example, the method signature for transfer(address,uint256) is calculated as bytes4(keccak256(bytes('transfer(address,uint256)'))) = 0xa9059cbb.
    For guidelines on how to define and use values appropriately in this context, consult the official documentation here: Guidelines for Values Definition.
values
Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json