Skip to main content
POST
/
api
/
v1
/
polymarket
/
verify-credentials
{
  "valid": true,
  "eoa_address": "<string>",
  "safe_address": "<string>",
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.delphimarkets.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Your API key (get one from the test-key endpoint above)

Body

application/json
credentials
object

Optional. If omitted, verifies the stored credentials.

Response

Verification result

valid
boolean
required
eoa_address
string
safe_address
string
error
string