Fetches all AccountAuthDescriptors with satisfy the accountAuthDescriptor filter, paginated
Optional
accountAuthDescriptorFilter: AccountAuthDescriptorFilterthe accountAuthDescriptor filter
Optional
limit: numbermaximum size of the returned page
Optional
cursor: OptionalPageCursorat what entry the page should start
Available since ApiVersion 1
Fetches the account with the specified id
the account with the specified id, or null if no account with that id exists
Fetches all AccountCreationTransfers with satisfy the accountCreationTransferFilter filter, paginated
Optional
accountCreationTransferFilter: AccountCreationTransferFilterthe accountCreationTransfer filter
Optional
limit: numbermaximum size of the returned page
Optional
cursor: OptionalPageCursorat what entry the page should start
Available since ApiVersion 1
Fetches all AccountLinks with satisfy the accountLinkFilter filter, paginated
Optional
accountLinkFilter: AccountLinkFilterthe accountLink filter
Optional
limit: numbermaximum size of the returned page
Optional
cursor: OptionalPageCursorat what entry the page should start
Available since ApiVersion 1
Fetches all accounts with which the auth descriptor with the specified id is associated
id of the auth descriptor
Optional
limit: numbermaximum size of the returned page
Optional
cursor: OptionalPageCursorat what entry the page should start
Fetches all accounts with which the provided signer has at least one associated auth descriptor
the pubkey of the signer
Optional
limit: numbermaximum size of the returned page
Optional
cursor: OptionalPageCursorat what entry the page should start
Returns all accounts of the specified type that is registered on the blockchain as a paginated entity
the type of account to get
Optional
limit: numbermaximum size of the returned page
Optional
cursor: OptionalPageCursorat what entry the page should start
Fetches all accounts with satisfy the account filter, paginated
Optional
accountFilter: AccountFilterthe account filter
Optional
limit: numbermaximum size of the returned page
Optional
cursor: OptionalPageCursorat what entry the page should start
Available since ApiVersion 1
Retrieves all assets that are registered on a blockchain as a paginated entity
Optional
limit: numbermaximum page size
Optional
cursor: OptionalPageCursorwhere the page should start
Returns the API version of ft library installed on the blockchain. It will be an integer.
Retrieves applied transfers based on the selected filter of TransferFilter, paginated
Optional
appliedTransferFilter: TransferFilterThe applied transfer filter (array of initTxRids and initOpIndex) that can be applied to the query results
Optional
limit: numbermaximum page size
Optional
cursor: OptionalPageCursorwhere the page should start
Available since ApiVersion 1
paginated results of applied transfers based on the filter selection
Available since ApiVersion 1
Retrieves asset information using its id
The asset details, or null if no asset with the specified id was found
Retrieves assets origin based on the selected filter of AssetOriginFilter, paginated
Optional
assetOriginFilter: AssetOriginFilterThe asset origin filter (array of assetIds) that can be applied to the query results
Optional
limit: numbermaximum page size
Optional
cursor: OptionalPageCursorwhere the page should start
Available since ApiVersion 1
paginated results of assets origin based on the filter selection
Available since ApiVersion 1
Retrieves asset information using its name. As there can be multiple assets with the same name, the information is returned as a paginated entity.
the name of the asset to fetch
Optional
limit: numbermaximum page size
Optional
cursor: OptionalPageCursorwhere the page should start
Retrieves asset information using its symbol. As there can be multiple assets with the same symbol, the information is returned as a paginated entity.
the symbol of the asset to fetch
Optional
limit: numbermaximum size of the returned page
Optional
cursor: OptionalPageCursorat what entry the page should start
Retrieves all assets of a specific type, e.g., "ft4"
, as a paginated entity
the type of assets to return
Optional
limit: numbermaximum page size
Optional
cursor: OptionalPageCursorwhere the page should start
Retrieves all assets based on the filtering options provided in AssetFilter and that are registered on a blockchain as a paginated entity
Optional
assetFilter: AssetFilterThe asset filter (list of ids, name, symbol and type) that can be applied to the query results
Optional
limit: numbermaximum page size
Optional
cursor: OptionalPageCursorwhere the page should start
Available since ApiVersion 1
Fetches all AuthDescriptorSigners with satisfy the authDescriptorSigner filter, paginated
Optional
authDescriptorSignerFilter: AuthDescriptorSignerFilterthe authDescriptorSigner filter
Optional
limit: numbermaximum size of the returned page
Optional
cursor: OptionalPageCursorat what entry the page should start
Available since ApiVersion 1
Gets a validator instance that can be used to validate if an auth descriptor is valid or not
whether the returned validator should cache validation results or make new backend request for each function call
Retrieves all balances based on the filtering options provided in BalanceFilter and that are registered on a blockchain as a paginated entity
Optional
balanceFilter: BalanceFilterThe balance filter (list of account_ids and list of asset_ids) that can be applied to the query results
Optional
limit: numbermaximum page size
Optional
cursor: OptionalPageCursorwhere the page should start
Available since ApiVersion 1
Returns the current block height of the underlying chain
Retrieves canceled transfers based on the selected filter of in TransferFilter, paginated
Optional
canceledTransferFilter: TransferFilterThe canceled transfer filter (array of initTxRids and initOpIndex) that can be applied to the query results
Optional
limit: numbermaximum page size
Optional
cursor: OptionalPageCursorwhere the page should start
Available since ApiVersion 1
paginated results of canceled transfers based on the filter selection
Available since ApiVersion 1
Returns the ft config that is currently in effect
Retrieves all crosschain transfer history entries based on the filtering options provided in CrosschainTransferHistoryEntryFilter as a paginated entity
Optional
crosschainTransferHistoryEntryFilter: CrosschainTransferHistoryEntryFilterThe crosschain transfer history entry filter (list of account_ids, list of asset_ids, list of transaction_rids and op_index) that can be applied to the query results
Optional
limit: numbermaximum page size
Optional
cursor: OptionalPageCursorwhere the page should start
Available since ApiVersion 1
Returns a list containing the name of all of the enabled strategies
Fetches all MainAuthDescriptors with satisfy the mainAccountAuthDescriptor filter, paginated
Optional
mainAccountAuthDescriptorFilter: MainAccountAuthDescriptorFilterthe mainAccountAuthDescriptor filter
Optional
limit: numbermaximum size of the returned page
Optional
cursor: OptionalPageCursorat what entry the page should start
Available since ApiVersion 1
Retrieves pending transfers based on the selected filter of PendingTransferFilter, paginated
Optional
pendingTransferFilter: PendingTransferFilterThe pending transfer filter (array of transactionIds, initOpIndex and senderAccountId) that can be applied to the query results
Optional
limit: numbermaximum page size
Optional
cursor: OptionalPageCursorwhere the page should start
Available since ApiVersion 1
paginated results of pending transfers based on the filter selection
Available since ApiVersion 1
Retrieves recalled transfers based on the selected filter of TransferFilter, paginated
Optional
recalledTransferFilter: TransferFilterThe recalled transfer filter (array of initTxRids and initOpIndex) that can be applied to the query results
Optional
limit: numbermaximum page size
Optional
cursor: OptionalPageCursorwhere the page should start
Available since ApiVersion 1
paginated results of recalled transfers based on the filter selection
Available since ApiVersion 1
Retrieves reverted transfers based on the selected filter of TransferFilter, paginated
Optional
revertedTransferFilter: TransferFilterOptional
limit: numbermaximum page size
Optional
cursor: OptionalPageCursorwhere the page should start
Available since ApiVersion 1
paginated results of reverted transfers based on the filter selection
Available since ApiVersion 1
Fetches all Rate limit states with satisfy the rlState filter, paginated
Optional
rlStateFilter: RlStateFilterthe rlState filter
Optional
limit: numbermaximum size of the returned page
Optional
cursor: OptionalPageCursorat what entry the page should start
Available since ApiVersion 1
Fetches all Subscriptions with satisfy the subscriptionFilter filter, paginated
Optional
subscriptionFilter: SubscriptionFilterthe subscriptionFilter filter
Optional
limit: numbermaximum size of the returned page
Optional
cursor: OptionalPageCursorat what entry the page should start
Available since ApiVersion 1
Retrieves the details of a transfer
the id of the transaction in which the transfer was made
the index of the transfer operation within the transaction
Details about the transfer
Retrieves details of a transfer but only the details that was made with a specific asset
the id of the transaction in which the transfer was made
the index of the transfer operation within the transaction
the asset id for which to return details
The transfer details
Retrieves all transfer history entries based on the filtering options provided in TransferHistoryEntryFilter as a paginated entity
Optional
transferHistoryEntryFilter: TransferHistoryEntryFilterThe transfer history entry filter (list of account_ids, list of asset_ids, list of transaction_rids and op_index) that can be applied to the query results
Optional
limit: numbermaximum page size
Optional
cursor: OptionalPageCursorwhere the page should start
Available since ApiVersion 1
Retrieves unapplied transfers based on the selected filter of TransferFilter, paginated
Optional
unappliedTransferFilter: TransferFilterThe unapplied transfer filter (array of initTxRids and initOpIndex) that can be applied to the query results
Optional
limit: numbermaximum page size
Optional
cursor: OptionalPageCursorwhere the page should start
Available since ApiVersion 1
paginated results of unapplied transfers based on the filter selection
Available since ApiVersion 1
Returns the version of ft library installed on the blockchain with the format
An object that allows the user to make ft aware queries to the blockchain. The queries that can be made using this object are general queries that are not specific to one account. However, a
Connection
instance can be used to acquire anAccount
instance, from which account specific details can be found.See
Account