List UDA addresses
GET /uda
List the Universal Deposit Addresses configured for your tenant. The tuple `(owner, network_id, to_address, asset_symbol)` uniquely identifies a UDA; pass any subset to filter. `to_address` and `asset_symbol` each require `network_id`.
Query parameters
| Name | Type | Description |
|---|---|---|
| owneroptional | string | Filter by owner. |
| network_idoptional | string | Filter by destination network id. |
| to_addressoptional | string | Filter by destination address. |
| asset_symboloptional | string | Filter by destination asset symbol (requires network_id). |
| statusoptional | stringenum: active · retired | Filter by status. |
| limitoptional | integerdefault: 50 | Page size (default 50, max 200). |
| offsetoptional | integerdefault: 0 | Number of items to skip (default 0). |
Responses
A page of UDA addresses.
- idstring
- ownerstring
- statusstringenum: active · retired
- created_atstringformat: date-time
Resolved destination (symbol plus the resolved contract address).
Empty when no rules are configured.
- countinteger
Number of items in this page.
- limitinteger
- offsetinteger
- countinteger