post https://api.bitfinex.com/v2/auth/w/deposit/address
Retrieve your deposit address or generate a new deposit address for a specific currency and wallet.
Tag/Memo/Payment_ID
For currencies that require a tag, memo, or payment ID, the endpoint will provide these. The deposit address cannot be retrieved through this endpoint, but you can find it on your deposit page on the website. The deposit address is always the same; the tag, memo, or payment ID is used to direct your deposit to the correct account and wallet.
Response data
Index | Field | Type | Description |
---|---|---|---|
[0] | MTS | int | Seconds epoch timestamp of notification |
[1] | TYPE | string | Notification's type ("on-req") |
[2] | MESSAGE_ID | int | Unique notification's ID |
[ . . . ]
|
|||
[4] | DEPOSIT_ADDRESS_ARRAY | Deposit address array | An array containing deposit adddress data |
[5] | CODE | int | W.I.P. (work in progress) |
[6] | STATUS | string | Status of the notification; it may vary over time (SUCCESS, ERROR, FAILURE, ...) |
[7] | TEXT | string | Additional notification description |
Deposit address arrays (Index [4])
Index | Field | Type | Description |
---|---|---|---|
[ . . . ]
|
|||
[1] | METHOD | String | Method of deposit |
[2] | CURRENCY_CODE | String | Currency code of new address |
[ . . . ]
|
|||
[4] | ADDRESS | String | Deposit address (instead of the address, this field will show Tag/Memo/Payment_ID for currencies that require it) |
[5] | POOL_ADDRESS | String | Pool address (for currencies that require a Tag/Memo/Payment_ID) |
Address Limit
Please note that you may generate up to 15 addresses in total per currency per month.
Ratelimit: 10 req/min