DCN Account Service (0.2.0)

Download OpenAPI specification:Download

Account ownership exploration (cursor-based).

account

Operations related to account.

CORS preflight

CORS preflight

path Parameters
address
required
string (Address) ^0x[a-fA-F0-9]{40}$

Responses

Get account

Get owned connectors/transformations/conditions for an address.

path Parameters
address
required
string (Address) ^0x[a-fA-F0-9]{40}$
query Parameters
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.

Responses

Response samples

Content type
application/json
{
  • "address": "string",
  • "limit": 1,
  • "owned_connectors": [
    ],
  • "owned_transformations": [
    ],
  • "owned_conditions": [
    ],
  • "cursor_connectors": {
    },
  • "cursor_transformations": {
    },
  • "cursor_conditions": {
    }
}