Sec CPT

Sec-CPT challenge solving

Solve Sec-CPT Challenge

post

Solves a Sec-CPT (Secure Cryptographic Proof Token) challenge.

Submit the answers to the site's /_sec/verify?provider=crypto endpoint, then repeat with updated parameters until the challenge is complete.

Authorizations
x-api-keystringRequired

Your RooLink API key

Body
sec-cp-challengestringOptional

Challenge identifier

providerstringOptional

Provider identifier

branding_url_contentstringOptional

Branding URL content

chlg_durationintegerOptional

Challenge duration

tokenstringRequired

Challenge token

Example: AAQAAAAJ______zPeS_XLMgcgCliW0xZMRC0oYYmC-...
timestampintegerRequired

Challenge timestamp

Example: 1710948856
noncestringRequired

Challenge nonce

Example: 0cda6c193b9e34722912
difficultyinteger · int64Required

Proof of work difficulty

Example: 5000
timeoutinteger · int64Optional

Challenge timeout

cpubooleanOptional

Use CPU for solving

cookiestringRequired

Cookie value

Example: ABC123~1~...
Responses
200

Challenge solved

application/json
post
/sec_cpt

Last updated