GET: Digital Asset Address
GET /deposits/digital_asset_addresses
GET /deposits/digital_asset_addresses
Sample Response
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