Octav - API Documentation
  • Welcome
  • Getting Started
    • API Access
    • Portfolio
    • Wallet
    • Transactions
    • Synchronization
    • Status
    • credits
  • API Models
    • Portfolio
      • AssetByProtocols
      • Chains
      • ProtocolPosition
      • Asset
      • ChainSummary
      • NFTCollection
      • NFTChain
      • NFTAsset
    • Transaction
      • Asset
      • NativeAssetFees
  • Additional Informations
    • Chains supported by Octav
    • Protocol types supported by Octav
    • Transaction type
    • Data freshness
  • Changelog
Powered by GitBook
On this page
  1. API Models
  2. Transaction

NativeAssetFees

{
  "nativeAssetFees": {
    "balance": "0.000002940710829997",
    "chainKey": "base",
    "chainContract": "base:0x0000000000000000000000000000000000000000",
    "contract": "0x0000000000000000000000000000000000000000",
    "name": "ethereum"
  }
}

NativeAssetFees

Field

Description

Type

balance

Balance of the native asset fees.

string

chainKey

Key identifier for the blockchain.

string

chainContract

Contract identifier on the blockchain.

string

contract

Contract address of the native asset.

string

name

Name of the native asset.

string



PreviousAssetNextChains supported by Octav

Last updated 3 months ago