🍍Get Philand Image

Request

query philandImage {
  philandImage(input: {name: "zak3939.eth", transparent: false}) {
    imageurl
  }
}

Response

//transparent == false
{
  "data": {
    "philandImage": {
      "imageurl": "https://philand-image.phi.blue/20230215211331/zak3939.eth.png"
    }
  }
}
//transparent == true
{
  "data": {
    "philandImage": {
      "imageurl": "https://philand-image.phi.blue/20230215211331/zak3939.eth_tr.png"
    }
  }
}

Last updated