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

Policy Signature

post
Body
messagestringRequired
userAddressstringRequired
signaturestringRequired
Responses
201Success

No content

post/api/policy-signature
POST /api/policy-signature HTTP/1.1
Host: api.bound.exchange
Content-Type: application/json
Accept: */*
Content-Length: 58

{
  "message": "text",
  "userAddress": "text",
  "signature": "text"
}
201Success

No content

Last updated