↘️Assign Deposit Address
In this section, you’ll learn how to assign a static deposit address to a user for a given blockchain family.

URL Details
API Endpoint
Endpoint to create a new payment link.
/api/v1/payment
Headers
API-Key
Your unique PayRam API key generated from your dashboard.
811b12035f0dfa8ffd62296df3c98b27
Content-Type
Format of the request data.
application/json
Request Body
blockchain_code
Blockchain code to assign address for (BTC, ETH, TRX, BASE)
ETH
curl request
Before running the command, replace the placeholders with your actual details:
${BASE_URL} → Your PayRam server URL
<your_api_key> → Your PayRam API key
reference_id → Use the value returned from the Create Payment API
curl response
Address – The user’s assigned deposit address for this blockchain family. This address will be reused for all future payments in the same family.
Family – The blockchain family (e.g., ETH_Family, BTC_Family, TRX_Family). Each family can include multiple chains — for example, Base and Ethereum share the same ETH_Family.
Status – Indicates the current state of the assigned address (e.g., active, inactive).