Manage names
Query addresses or names of well-known accounts. Corresponds to the <a href="/chifra/accounts/#chifra-names">chifra names</a> command line.
Query parameters
a space separated list of one or more search terms
expand search to include all fields (search name, address, and symbol otherwise)
do case-sensitive search
include all (including custom) names in the search
include only custom named accounts in the search
include prefund accounts in the search
display only addresses in the results (useful for scripting, assumes --no_header)
export the list of tags and subtags only
clean the data (addrs to lower case, sort by addr)
only available with --clean, cleans regular names database
return the number of names matching the search terms or other options
only available with --clean or --autoname, outputs changes to stdout instead of updating databases
an address assumed to be a token, added automatically to names database if true
create a new item
update an existing item
delete the item, but do not remove it
undelete a previously deleted item
remove a previously deleted item
the chain to use
suppress the header in the output
export format, one of [ txt | csv | json ]
Response
returns the requested data
Example response
{
"tags": "50-Tokens:ERC20",
"address": "0xfe5f141bf94fe84bc28ded0ab966c16b17490657",
"name": "LibraToken",
"symbol": "LBA",
"source": "On chain",
"decimals": 18
}