GET: Digital Asset
GET /withdrawals/digital_asset_addresses
GET /withdrawals/digital_asset_addresses
Sample Response
Returns an array of all withdrawal addresses created by users as part of your participant.
Query parameters include:
participant_code
(optional) will default to the participant the API key was created forpage
(optional) for paginating through your list of addresses
Response:
withdrawal_account_id
The ID of the withdrawal account the address belongs to
number
name
The nickname the address was given when it was created
string
address
The blockchain address
string
status
The approval status of the address
string
asset
The asset code for the specific account, e.g. BTC
string
limit
The limit applied to the account on a per-withdrawal basis
number
last_update
Timestamp for when the withdrawal address last update
timestamp
submitted_address
This is the original value for an address submitted by you, that was converted into a newer format supported by NDAX- this will be null if no conversion is necessary
string
participant_code
The participant the request belongs to, e.g. ABCDEF
string
Last updated