Skip to main content

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: Required

Query Parameters

networkstringRequired

The network name. Must be combined with exactly one of: id, internal_user_id, or email+asset.

idstring

Address ID.

internal_user_idstring

User's internal ID.

emailstring

User's email. Use together with asset.

assetstring

Asset. Use together with email.

Response

Same structure as the Create Static Address response.