get_transfer_rules

@mount("ft4.get_transfer_rules") query get_transfer_rules(): list<rule>(source)

Returns a list of rules representing all conditions under which assets can be transferred to register a new account. For a transaction to be allowed, it must fulfill all criteria for at least one of the rules.

Throws if any rule found in the chromia.yml is misconfigured. Common cases of misconfiguration can be found on the API docs for get_config

See also

get_config

for information on common rule misconfigurations.