Download OpenAPI specification:Download
Account ownership exploration (cursor-based).
Get owned connectors/transformations/conditions for an address.
| address required | string (Address) ^0x[a-fA-F0-9]{40}$ |
| limit required | integer [ 1 .. 256 ] Page size for each ownership list. |
| after_connectors | string Cursor for owned connectors. |
| after_transformations | string Cursor for owned transformations. |
| after_conditions | string Cursor for owned conditions. |
{- "address": "string",
- "limit": 1,
- "owned_connectors": [
- "string"
], - "owned_transformations": [
- "string"
], - "owned_conditions": [
- "string"
], - "cursor_connectors": {
- "has_more": true,
- "next_after": "string"
}, - "cursor_transformations": {
- "has_more": true,
- "next_after": "string"
}, - "cursor_conditions": {
- "has_more": true,
- "next_after": "string"
}
}