Relysia
Relysia WalletAPI DocumentationGithub RepositoryDemo
  • Relysia SDK
  • Getting Started
    • Setup
    • API
    • Infrastructure
  • Wallets
    • Wallets
    • Mnemonic
    • Addresses
    • Metrics
    • Balance
    • History
  • Payments
    • Lookup
    • Sweep
    • URI
    • Transactions
    • Raw Transactions
    • Invoices
      • Create Invoice
      • Get Invoice
      • Pay Invoice
    • Payments
    • Asm
  • token
    • Basics
    • Token Issuance
    • NFT Issuance
    • Atomic Swaps
    • Details
    • Leaderboard
  • Utility
    • Post
    • Upload
    • Conversion
    • Paymail
    • Transpile-Compile
  • Enterprise Wallet
    • Overview
    • Authentication
    • Management
    • Wallet
    • Smart Contracts
    • Transaction
    • Fee Manager
    • Events
  • Realtime Transaction Notification
    • Use Case
    • Setup and Configuration
    • Events and Messages
  • More
    • Metashard
    • Satolearn
Powered by GitBook
On this page
  1. Enterprise Wallet

Fee Manager

The fee manager to injects the fee into blockchain operations.

The Fee Manager APIs enable efficient management of the enterprise fee manager and are restricted to users with either admin or manager roles.

initBeta

Creates a new Fee Manager that can cover the transaction fees of your users.

curl --location --request GET 'https://api.enterprise.relysia.com/api/v1/initBeta' \
--header 'authToken: authToken' \
--header 'serviceid: serviceid' \
--header 'Content-Type: application/json' \

feeMetricsBeta

The endpoint returns all UTXOs and refreshes the UTXO state.

curl --location --request GET 'https://api.enterprise.relysia.com/api/v1/feeMetricsBeta' \
--header 'authToken: authToken' \
--header 'serviceid: serviceid' \
--header 'Content-Type: application/json' \

feeAddressBeta

Returns a list of feeManager addresses. The feeManager is used to fund transactions.

curl --location --request GET 'https://api.enterprise.relysia.com/api/v1/feeAddressBeta' \
--header 'authToken: authToken' \
--header 'serviceid: serviceid' \
--header 'Content-Type: application/json' \
PreviousTransactionNextEvents

Last updated 2 years ago