Get Static Address
This endpoint retrieves an already existing static deposit address.
GET
/api/addresses/v1/static-deposits?network={network_name}&{secondary_filter}={filter_value}Auth: RequiredQuery Parameters
networkstringRequiredThe network name. Must be combined with exactly one of: id, internal_user_id, or email+asset.
idstringAddress ID.
internal_user_idstringUser's internal ID.
emailstringUser's email. Use together with asset.
assetstringAsset. Use together with email.
Response
Same structure as the Create Static Address response.