Freename Wallet API

Version 1.0

Get domains inside a wallet

💡
This API provides the list of all FNS, ENS and UD domains contained into a wallet
METHOD: GET
ENDPOINT:
javascript
https://freename-web3-explorer.freename-workers.workers.dev/api/fetch-nft/${address}
Params
Key
Allowed type
Description
Example
address
String
The wallet address
0x123123
Query Params
Key
Allowed type
Description
Example
chain
Eth, polygon, bsc
The blockchains
Page
Number
The pagination
Response
Key
Allowed type
Description
Example
result
Array<ResultElement>
The list of results
See under section
page
Number
Pagination page
1
page_size
Number
Number of elements per page
100
ResultElement
Key
Type
Description
Example
token_id
String
Token id of the NFT
1223213211
name
String
Name of the Smart Contract
FNS
owner_of
Address