Module cryptoapis::apis::features_api[][src]

Enums

struct for typed errors of method broadcast_locally_signed_transaction

struct for typed errors of method generate_address

struct for typed errors of method get_eip_1559_fee_recommendations

struct for typed errors of method validate_address

Functions

Through this endpoint customers can broadcast transactions that have been already signed locally. Instead of using a node for broadcasting a signed transaction users can use this endpoint. We then keep the user posted about the status by sending you a callback with a success or failure status.

This endpoint will generate a unique address for the user along with the specific transaction script, e.g. P2PKH, a private and a public key, and WIF. Users must keep their private keys and WIFs secure and accessible to only them at all times. Losing those exposes a risk of losing their funds associated with the respective address. {warning}We generate, but do not save or record the response in any data base, log or anywhere else on our side! In the case a user loses their private key or WIF, Crypto APIs 2.0 will not be able to retrieve it.{/warning}

Through this endpoint customers can obtain fee recommendations specifically for EIP 1559.

This endpoint checks user public addresses whether they are valid or not.