Resend Address Confirmation
Resend confirmation email for an unconfirmed address book entry.
This endpoint allows users to request a new confirmation email if:
- The original email was not received
- The confirmation token expired (30 minutes)
- They need to resend for any reason
Only works for unconfirmed entries.
Authorizations
Personal API key, created in the Digital Surge app under Account Settings → API Keys. Send it with every request as Authorization: Bearer <your-api-key>.
Path Parameters
A unique integer value identifying this Withdrawal Address Book Entry.
Body
Serializer for creating and listing withdrawal address book entries. Accepts optional nested travel_rule data on creation.
11 - 256User-friendly label (e.g., 'My Ledger', 'Cold Storage')
1 - 200Tag/Memo for assets that require it (XRP, XLM, etc)
256False = soft deleted
Write serializer for travel rule data submission.
Accepts raw enum values for write, validates conditional requirements. Used for both address book and deposit TR data submissions.
Response
Reusable serializer for endpoints that return {"response": "message"}.