Get network fees information

Retrieve detailed information about the eBus network fees, including current fees, network status, and other relevant metrics.

GET
/public/network/fees

Response Body

application/json

application/json

application/json

curl -X GET "https://api-testnet.dual.network/public/network/fees"
{
  "token_price": "string",
  "base_fee": "string",
  "base_fee_wei": "string",
  "dynamic_fee": "string",
  "dynamic_fee_wei": "string",
  "total_fee": "string",
  "total_fee_wei": "string"
}
{
  "code": 0,
  "message": "string",
  "details": {}
}
{
  "code": 0,
  "message": "string",
  "details": {}
}