Skip to main content
GET
/
api
/
v1
/
profile
/
gates
/
{gateId}
Get a public gate snapshot (requirements, charge, schedule — never the secret reward value)
curl --request GET \
  --url https://api.neus.network/api/v1/profile/gates/{gateId}
{
  "success": true,
  "data": {},
  "timestamp": "2023-11-07T05:31:56Z"
}

Path Parameters

gateId
string
required
Maximum string length: 80
Pattern: ^[a-zA-Z0-9:_-]+$

Response

Public gate snapshot

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