Sec CPT
Sec-CPT challenge solving
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
tokenstringRequiredExample:
Challenge token
AAQAAAAJ______zPeS_XLMgcgCliW0xZMRC0oYYmC-...timestampintegerRequiredExample:
Challenge timestamp
1710948856noncestringRequiredExample:
Challenge nonce
0cda6c193b9e34722912difficultyinteger · int64RequiredExample:
Proof of work difficulty
5000timeoutinteger · int64Optional
Challenge timeout
cpubooleanOptional
Use CPU for solving
cookiestringRequiredExample:
Cookie value
ABC123~1~...Responses
200
Challenge solved
application/json
400
Invalid request body
application/json
500
Internal server error
application/json
post
/sec_cptLast updated