POST: Digital Asset Address
POST /deposits/digital_asset_addresses
POST /deposits/digital_asset_addresses
Sample Request
Sample Response
Creates a new digital wallet deposit address for the asset and participant_code provided. In order to request a deposit address 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.
Parameter | Description | Type |
---|---|---|
participant_code | The participant code to create an address for | string |
asset | The asset code to make an address in, e.g. | string |
Response:
Parameter | Description | Type |
---|---|---|
created_at | The timestamp for when the address was created | timestamp |
address | The digital wallet address | string |
asset | The asset code tied to the address, e.g. | string |
participant_code | The participant the address belongs to, e.g. | string |
Last updated