Static address service

Assign a permanent crypto address to each user. Track deposits automatically, reduce friction in recurring transactions, and simplify reconciliation.

User-level static addressesAccurate trackingLower overhead
Static address dashboard
User-level mapping and tracking
Create static address
Assign an address to a user
USER ID
CURRENCY
NETWORK
Options
Auto withdrawal
Webhook callback

What is the Static Address service?

Paycan Static Address lets you assign a fixed deposit address per user for each supported coin and network. Once assigned, the address remains active for future transactions.

This helps you attribute deposits accurately without metadata handling and makes recurring payments and balances easier to manage.

What businesses can use this service?

Static addresses for recurring payments

Platforms that manage user accounts, subscriptions, recurring billing, or frequent top-ups benefit from static address mapping and automated tracking.

Professional Services
High-Value Goods
Digital Goods
Technology & Software
Marketing & Advertising
E-commerce & Retail
Gaming & Entertainment
Professional Services
High-Value Goods
Digital Goods
Technology & Software
Marketing & Advertising
E-commerce & Retail
Gaming & Entertainment
For Businesses

Why choose Paycan?

Use a flexible Merchant API, receive real-time tracking, and keep operations clean with automation-ready tooling.

Flexible Merchant API

Assign static addresses and track deposits programmatically.

Real-time payment tracking

Monitor confirmations and statuses instantly.

No repeated address generation

Reuse the same address per user for recurring deposits.

Multi-currency support

Support major networks and currencies across user accounts.

Reporting tools

Export and filter deposit history per user.

24/7 technical support

Get help from onboarding to production.

For Businesses

Why choose the Static Address service?

No more address generation loops

Assign one address per user and stop creating new ones per payment.

Accurate payment attribution

Each payment is mapped to the right user automatically.

Fewer errors, fewer support tickets

Users always send to the same address — fewer mistakes.

Built for automation

Automate assignment and tracking with API-first flows.

Better organization

Keep deposits, balances, and histories clearly organized.

How to integrate Static Address service

Create your merchant account and API key, then call the static-address endpoint with user identifiers and coin/network details. Use callbacks to keep your system updated.

Documentation
https://api.paycan.io/v1/payment/static-address
curl -X POST https://api.paycan.io/v1/payment/static-address \
  -H "merchant_api_key: YOUR_MERCHANT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "network": "TRC20",
  "to_currency": "USDT",
  "auto_withdrawal": false,
  "callback_url": "https://example.com/callback",
  "email": "[email protected]",
  "order_id": "ORD-12345",
  "description": "Order #12345"
}'

Stay updated with webhook service

Receive instant deposit updates, set up notifications, and keep your system in sync.

Webhook Delivery
POST /v1/payment/static-address
200
DELIVERY FLOW
0%
REQUEST
Address assigned
assigned
webhook
synced

FAQs

Common questions about Paycan Static Address.

What is Static Address service?

A service that assigns a fixed deposit address per user for supported coins and networks.

Do I need a new address for every transaction?

No. The assigned address stays active and can be reused for future deposits.

Can I assign addresses automatically via API?

Yes. Use the API endpoint to create and manage user-level addresses.

How are payments linked to users?

Deposits are associated with the user based on the assigned static address mapping.

Simplify recurring crypto deposits

Assign static addresses per user and automate your payment tracking.