For the complete documentation index, see llms.txt. This page is also available as Markdown.

UnwrapWeth

post
Authorizations
AuthorizationstringRequired
Path parameters
accountstringRequired
Header parameters
AuthorizationstringRequired
Body
chainIdstringRequired
amountInEthstringRequired
Responses
200

Ok

application/json
successbooleanRequired
messagestringRequired
dataanyOptional
post/opensea/{account}/unwrapWeth
POST /opensea/{account}/unwrapWeth HTTP/1.1
Host: beta.usemoon.ai/
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 39

{
  "chainId": "text",
  "amountInEth": "text"
}
200

Ok

{
  "success": true,
  "message": "text",
  "data": null
}