Skip to main content
POST
/
api
/
v1
/
profile
/
gates
/
estimate
Preview credit cost for a set of gate requirements (public, no auth required)
curl --request POST \
  --url https://api.neus.network/api/v1/profile/gates/estimate \
  --header 'Content-Type: application/json' \
  --data '
{
  "requirements": [
    {}
  ]
}
'
{
  "success": true,
  "data": {},
  "timestamp": "2023-11-07T05:31:56Z"
}

Body

application/json
requirements
object[]

Response

Credit estimate

success
enum<boolean>
Available options:
true
data
object
timestamp
Last modified on July 4, 2026