Returns List of Transactions

Returns lists of virtual transactions

GET /policies/{policyId}/dry-run/transactions

Returns lists of virtual transactions. Only users with the Standard Registry role are allowed to make the request

Path Parameters

NameTypeDescription

policyId*

String

Policy ID

{
   content:
            application/json:
              schema:
                type: array
                items:
                  type: object
                  properties:
                    createDate:
                      type: string
                    type:
                      type: string
                    hederaAccountId:
                      type: string
}

Last updated