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

UpdateBalanceAllowance

post
Authorizations
AuthorizationstringRequired
Path parameters
accountstringRequired
Header parameters
AuthorizationstringRequired
Body
chain_idstringRequired
Responses
200

Ok

application/json
successbooleanRequired
messagestringRequired
post/polymarket/{account}/updateBalanceAllowance
POST /polymarket/{account}/updateBalanceAllowance HTTP/1.1
Host: beta.usemoon.ai/
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 68

{
  "chain_id": "text",
  "params": {
    "token_id": "text",
    "asset_type": "text"
  }
}
200

Ok

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