Skip to main content
POST
/
api
/
v1
/
cap
/
redeem
验证 PoW 解答
curl --request POST \
  --url https://api.end.shallow.ink/api/v1/cap/redeem \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>",
  "solutions": [
    123
  ]
}
'

Body

application/json
token
string
required
solutions
integer[]
required

Response

200

验证成功,返回一次性验证 Token