Fetcher
fetcher
implements the following interface:
Endpoints
fetch_account_info
Fetch the account information of a given address
address
- The address to fetch the information
fetch_address_utxos
Fetch the utxos at an address
address
- The targeted address to search utxos forasset
- The optional asset to filter the utxos value at the address
fetch_asset_addresses
Fetch the asset addresses for a given asset
asset
- The policy ID + the asset name in hex
fetch_asset_metadata
Fetch the metadata of a given asset
asset
- The policy ID + the asset name in hex
fetch_block_info
Fetch the block information
hash
- The block hash to search for
fetch_collection_assets
Fetch a collection's existing assets on-chain
policy_id
- The policy ID of the collection to search forcursor
- The optional cursor to search for the next page of an assets list
fetch_protocol_parameters
Fetch the current protocol parameters
epoch
- Optional, to search for a particular epoch's protocol parameters
fetch_tx_info
Fetch transaction information by transaction hash
hash
- The transaction hash to search for
fetch_utxos
Fetch output utxos
Information by transaction hash
hash
- The transaction hash to search forindex
- The optional output index to filter
get
The generic get endpoint to help calling other un-unified get requests on the provider service.
Last updated