Owner Username API
The Owner Username API is used to retrieve the username of the owner of a particular plaque.
Owner Username API
GET
https://api.stagemeta.dev/plaques/owner-username
Query Parameters
Name
Type
Description
name
[String]
plaque names
{
"image": "https://cdn.stagemeta.dev/palques/TPA-000.jpg",
"metadata": "https://api.stagemeta.world/plaques/tpa-000/metadata.json",
"price": "57589090322729260",
"priceUsdt": "102.598996",
"method": "mintTransfer",
"networkEnergyPercent": "50",
"networkEnergyEth": "0.02879454516136463",
"networkEnergyUsdt": "51.299498",
"canGetDeltaEnergy": false
}
curl -X 'GET' \
'https://api.stagemeta.dev/plaques/owner-username?name=nnn-000' \
-H 'accept: */*'
Last updated