API
Look up an ANS user's metadata with the API endpoint below and the wallet address as a parameter.
get
http://ans-stats.decent.land
Get all user profile metadata
get
https://ark-api.decent.land/v1/profile/arweave/
:address
Get a single user by address
get
http://ans-stats.decent.land/profile
/:label
Get a single user by label (.ar)
The
ANS
key stores current ANS name, display name, bio, avatar, social links and other fields shown in full below:
{
"ANS": {
"user": "XaYP9bJtpqON8Kyy3RbqnqdtDBDUsPTQTNUCvZtKiFI",
"currentLabel": "qualat",
"ownedLabels": [
{
"label": "qualat",
"scarcity": "roku",
"acquisationBlock": 893563,
"mintedFor": 5
}
],
"nickname": "King Qualat",
"address_color": "#1c3716",
"bio": "Ark master supreme",
"avatar": "gdcevsQFGKM31yviMIRNvJ_MCoPeOf1RCDvr7AO2Dag",
"links": {
"github": "kingqualat",
"twitter": "kingqualat",
"customUrl": "https://www.ark.decent.land"
},
"subdomains": {},
"freeSubdomains": 3
}
}
See the Ark section of this documentation for details of fetching linked addresses (EVM and NEAR), ENS names, and more.
The RSS3 key stores RSS3 profile metadata, transactions, and activity from a variety of popular web3 apps. Read more in the RSS3 docs.
{
"address": "0x4a01d339d3ab41b2d8b145b5df8586032d9961c6",
"network": "ethereum",
"platform": "ENS",
"source": "ENS",
"name": "qualat.eth",
"handle": "qualat.eth",
"bio": "My bio from RSS3",
"expire_at": "2023-04-27T12:00:46Z"
}
RSS3 provides an array of transactions and web3 activity at
RSS3.transactions
.{
"timestamp": "2022-08-07T10:11:58Z",
"hash": "0xce7b5a1e593330e2cfa4d71e3845892550e4c667e1b62d3ff49bf0997fbe3831",
"owner": "0x3a01d339d3ab41b2d8b145b5df8586032d9961c6",
"fee": "0.001151278685804982",
"address_from": "0x3a01d339d3ab41b2d8b145b5df8586032d9961c6",
"address_to": "0x89c9fc46f92e8a1c0dec1b1747d010903e884be1",
"network": "ethereum",
"tag": "transaction",
"type": "transfer",
"success": true,
"actions": [
{
"tag": "transaction",
"type": "transfer",
"index": -1,
"address_from": "0x3a01d339d3ab41b2d8b145b5df8586032d9961c6",
"address_to": "0x89c9fc46f92e8a1c0dec1b1747d010903e884be1",
"metadata": {
"name": "Ethereum",
"image": "https://assets.coingecko.com/coins/images/279/large/ethereum.png",
"value": "1000000000000000000",
"symbol": "ETH",
"decimals": 18,
"standard": "Native"
},
"related_urls": [
"https://etherscan.io/tx/0x0e8b5a1e593330e2cfa4d71e3845892550e4c667e1b62d3ff49bf0997fbe3831"
]
}
]
}
Last modified 3mo ago