v1

latestOpenAPI 3.0.12026-08-061638881007.6 KB
Transactions

List transaction orders

get/v1/domains/{domainId}/transactions/orders

Path parameters

domainIdstring uuid required

Unique identifier for the domain.

Query parameters

limitinteger

The number of entities to return.

startingAfterstring uuid

Entity id used to the determine beginning of query results.

sortBy'id' | 'accountId' | 'metadata.createdAt' | 'metadata.lastModifiedAt'

Property name used to sort the query results.

sortOrder'ASC' | 'DESC'

Sort order applied to the query results.

accountIdstring[]

Return entities matching given accountId.

ledgerIdstring[]

Return entities matching given ledgerId.

intentIdstring uuid

Return entities matching given intentId.

parameters.type'Algorand' | 'Bitcoin' | 'BitcoinRedirect' | 'Cardano' | 'Ethereum' | 'Hedera' | 'Solana' | 'Substrate' | 'Tezos' | 'XRPL' | 'Stellar' | 'Tron'

Return entities that matches given parameter type.

metadata.createdBystring uuid

Return entities that were created by matching user.

metadata.lastModifiedBystring uuid

Return entities that were last modified by matching user.

metadata.createdAt.ltstring date-time

Used to return only results created before the given date/time (lt=less than)

metadata.createdAt.gtstring date-time

Used to return only results created after the given date/time (gt=greater than)

metadata.lastModifiedAt.ltstring date-time

Used to return only results last modified before the given date/time (lt=less than)

metadata.lastModifiedAt.gtstring date-time

Used to return only results last modified after the given date/time (gt=greater than)

metadata.descriptionstring

Return entities with descriptions that contains or equals to provided description.

metadata.customPropertiesstring[]

Return entities that contains provided custom properties.

Response

countinteger required
currentStartingAfterstring
nextStartingAfterstring