/claim

This is a protected endpoint. See Authentication for details

This endpoint returns a Cashu token, containing all proofs currently held by the Cashu-Address server

"GET" <domain>/api/v1/claim

Succesfull (200)

{"error":false, "data": {
  "token":"cashuToken..."
  }
}  

Last updated