GET: Digital Asset Address
GET /deposits/digital_asset_addresses
GET /deposits/digital_asset_addresses
Sample Response
Returns an array of addresses associated with a participant's digital asset wallet. In order to GET deposit addresses for a participant_code other than yourself, you must have the submits_platform_withdrawals_for
relationship against said participant_code. Refer here for more information on relationship types.
Query parameters include:
participant_code
(optional) will return addresses for one of your customers - if not included, will default to the participant the API key was created forasset
(optional) will filter to a specific asset
Response:
created_at
The timestamp for when the address was created
timestamp
address
The digital wallet address
string
asset
The asset code for the request, e.g. BTC
string
participant_code
The participant the request belongs to, e.g. ABCDEF
string
Last updated