Module cryptoapis::apis::omni_layer_api[][src]

Enums

GetOmniTransactionDetailsByTransactionIdTxidError

struct for typed errors of method get_omni_transaction_details_by_transaction_id__txid

GetUnconfirmedOmniTransactionByTransactionIdTxidError

struct for typed errors of method get_unconfirmed_omni_transaction_by_transaction_id__txid

ListOmniTokensByAddressError

struct for typed errors of method list_omni_tokens_by_address

ListOmniTransactionsByAddressError

struct for typed errors of method list_omni_transactions_by_address

ListOmniTransactionsByBlockHashError

struct for typed errors of method list_omni_transactions_by_block_hash

ListOmniTransactionsByBlockHeightError

struct for typed errors of method list_omni_transactions_by_block_height

ListUnconfirmedOmniTransactionsByAddressError

struct for typed errors of method list_unconfirmed_omni_transactions_by_address

ListUnconfirmedOmniTransactionsByPropertyIdError

struct for typed errors of method list_unconfirmed_omni_transactions_by_property_id

Functions

get_omni_transaction_details_by_transaction_id__txid

Through this endpoint customers can obtain details about an Omni transaction by the transaction’s unique identifier. The transaction can return information such as hash, height, time of creation in Unix timestamp, etc.

get_unconfirmed_omni_transaction_by_transaction_id__txid

Through this endpoint customers can obtain information on unconfirmed Omni transactions by an attribute transactionId. The transaction can have information such as hash, height, time of creation in Unix timestamp, etc. Unconfirmed transactions are usually put in the Mempool and await verification so that they can be added to a block.

list_omni_tokens_by_address

Through this endpoint the customer can receive basic information about a given Omni address based on confirmed/synced blocks only. In the case where there are any incoming or outgoing unconfirmed transactions for the specific address, they will not be counted or calculated here.

list_omni_transactions_by_address

This endpoint will list Omni transactions by an attribute address. The transactions listed will detail additional information such as hash, height, time of creation in Unix timestamp, etc.

list_omni_transactions_by_block_hash

This endpoint will list Omni transactions by an attribute transactionHash. The transactions listed will detail additional information such as addresses, height, time of creation in Unix timestamp, etc.

list_omni_transactions_by_block_height

This endpoint will list Omni transactions by an attribute blockHeight. The transactions listed will detail additional information such as hash, addresses, time of creation in Unix timestamp, etc.

list_unconfirmed_omni_transactions_by_address

This endpoint will list unconfirmed Omni transactions by an attribute address. The transactions listed will detail additional information such as hash, height, time of creation in Unix timestamp, etc. Unconfirmed transactions are usually put in the Mempool and await verification so that they can be added to a block.

list_unconfirmed_omni_transactions_by_property_id

This endpoint will list unconfirmed Omni transactions by an attribute propertyId. The transactions listed will detail additional information such as hash, height, time of creation in Unix timestamp, etc. Unconfirmed transactions are usually put in the Mempool and await verification so that they can be added to a block.