ramzinex_allocate_address
Generate a new deposit address on a specified network for receiving cryptocurrency. Requires a network ID and optional currency ID.
Instructions
Allocate/generate a deposit address for the wallet — WARNING: wallet write.
Persian purpose: تخصیص آدرس به کیف پول کاربر. Requires configured
credentials AND enable_withdrawals=true (and read_only=false) on
the instance; otherwise it returns
{"error": "withdrawals_disabled", ...} without contacting the API
(creating a deposit address is a wallet-write action).
BEST-EFFORT PATH — confirm against the Ramzinex panel/Postman. The pasted
Postman collection did not include the exact URL for this endpoint; this
tool implements POST /exchange/api/{ver}/exchange/users/me/addresses/generate with body
{network_id, currency_id?} as a documented assumption.
Args:
network_id: Numeric id of the network to allocate an address on
(must be > 0; discover via ramzinex_get_networks).
currency_id: Optional numeric currency id the address is for.
instance: Configured instance to use (default when omitted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network_id | Yes | ||
| currency_id | No | ||
| instance | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||