Bonfida
Retrieve all domains and subdomains by the given account hash.
get
https://api.solana.fm
/v0/domains/bonfida/{account-hash}
Returns all domains and subdomains information for the given account hash.
Request
Response
Batch retrieve favourite domains of the given account hashes.
post
https://api.solana.fm
/v0/domains/bonfida/favourites
Returns an array of favourite domain information for the given account hashes.
Request
Response
Retrieve favourite domains by the given account hash.
get
https://api.solana.fm
/v0/domains/bonfida/favourites/{account-hash}
Returns the favourite domain information for the given account hash.
Request
Response
Batch retrieve subdomains of the given account hashes.
post
https://api.solana.fm
/v0/domains/bonfida/subdomains
Returns an array of subdomain information for the given account hashes.
Request
Response
{
"status": "success",
"message": "Retrieved subdomains for 2 owner(s)",
"result": [
{
"owner": "AWtw4WVrDpyQEf1e8upxh47Aot5pECtAppeAWiajK6nW",
"subdomains": [
{
"name": "scams",
"subdomainHash": "2Tkx4fck2MqRWiWmdZdnP97iTHcByU4934hQbkNhKUkd"
},
{
"name": "tokens",
"subdomainHash": "4fsGxgYqboEppzz2gPPvDSJKwzy8w7kz7Gdfqpumd6Zf"
},
{
"name": "rugs",
"subdomainHash": "B3LgYWC8VcnAdCEy86owzoS5LLahVR9ffKBXEXe2sPFU"
},
{
"name": "earners",
"subdomainHash": "TMn55Tvssy5U2poEkSAthfhJaBSqwqcS5eg1B6G3oYT"
},
{
"name": "bank",
"subdomainHash": "2TprTY5h6j3bPyN4TuMnNBMAveufGBPFBvZY2dCCwuJ4"
},
{
"name": "nfts",
"subdomainHash": "FaAJVhs1tCYNWZUVMSi72ps6Wpy8YqpnQwWz9xwVXuiK"
},
{
"name": "nft",
"subdomainHash": "4YKiL2rXiDFp4cwcKAp19uTvtsmLSbBYGrJ8Fu2KfCqv"
},
{
"name": "forty",
"subdomainHash": "5UF5R5J2gMEYXdG5cgP1ZGowM2EUgY5nCv8JAd8ftrT2"
}
]
},
{
"owner": "GE6DXG7QzXX64TDsfX9GECuVbwxQ6VxpQmhvT1oPXFdp",
"subdomains": [
{
"name": "mud",
"subdomainHash": "CKfSW36KdGTWB4Micamdve8FYeb8mqDEed64KxQKVBg9"
},
{
"name": "ustur",
"subdomainHash": "CaGxycj9DxMonp6RzLsWrHZjNb2NxmRzXsDY95ri4HbT"
},
{
"name": "oni",
"subdomainHash": "CkFWzxdjD7x7Zu7wiUGQL8z9iocJXJYkgzTDTDnxqg34"
},
{
"name": "outskirts",
"subdomainHash": "88YrvLy9L2mS8Nz685UVRoPvukkXuVUxFMnpGFMeQYmq"
}
]
}
]
}
Retrieve subdomains by the given account hash.
get
https://api.solana.fm
/v0/domains/bonfida/subdomains/{account-hash}
Returns the subdomain information for the given account hash.
Request
Response
{
"status": "success",
"message": "Retrieved 8 subdomain(s)",
"result": {
"owner": "AWtw4WVrDpyQEf1e8upxh47Aot5pECtAppeAWiajK6nW",
"subdomains": [
{
"name": "scams",
"subdomainHash": "2Tkx4fck2MqRWiWmdZdnP97iTHcByU4934hQbkNhKUkd"
},
{
"name": "tokens",
"subdomainHash": "4fsGxgYqboEppzz2gPPvDSJKwzy8w7kz7Gdfqpumd6Zf"
},
{
"name": "rugs",
"subdomainHash": "B3LgYWC8VcnAdCEy86owzoS5LLahVR9ffKBXEXe2sPFU"
},
{
"name": "earners",
"subdomainHash": "TMn55Tvssy5U2poEkSAthfhJaBSqwqcS5eg1B6G3oYT"
},
{
"name": "bank",
"subdomainHash": "2TprTY5h6j3bPyN4TuMnNBMAveufGBPFBvZY2dCCwuJ4"
},
{
"name": "nfts",
"subdomainHash": "FaAJVhs1tCYNWZUVMSi72ps6Wpy8YqpnQwWz9xwVXuiK"
},
{
"name": "nft",
"subdomainHash": "4YKiL2rXiDFp4cwcKAp19uTvtsmLSbBYGrJ8Fu2KfCqv"
},
{
"name": "forty",
"subdomainHash": "5UF5R5J2gMEYXdG5cgP1ZGowM2EUgY5nCv8JAd8ftrT2"
}
]
}
}
Last modified 2mo ago