Skip to main content

Documentation Index

Fetch the complete documentation index at: https://limitless-docs-ws-settlement-events.mintlify.app/llms.txt

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

Requires Privy authentication. Pass the Privy identity token in the identity header as Bearer <token>. HMAC and API-token auth are not accepted for withdrawal-address allowlist management.
Deletes a withdrawal destination allowlist entry from the authenticated profile.
  • Route: DELETE /portfolio/withdrawal-addresses/:address
  • Auth: Privy identity token only

Path parameters

ParameterTypeRequiredDescription
addressstringYesDestination wallet address to remove from the allowlist.

Example

curl -X DELETE "https://api.limitless.exchange/portfolio/withdrawal-addresses/0x0F3262730c909408042F9Da345a916dc0e1F9787" \
  -H "identity: Bearer <privy_identity_token>"

Notes

  • The allowlist entry is removed from the authenticated profile.
  • This endpoint does not accept HMAC/scoped API-token auth.