Get total cost by owner address

This API method returns a list of total cost by owner address

API Endpoint

Mainnet

https://open-platform.nodereal.io/{apikey}/greenfieldbilling-mainnet/

Testnet
https://open-platform.nodereal.io/{apikey}/greenfieldbilling-testnet/

method_path:/greenfield/total_cost/list/by_owner/{owner}

method_type:GET

Request:

ParametersDescriptionsQuery TypeRequiredData Typeschema
ownerownerpathtruestring

Response:

ParametersDescriptionData Typeschema
Coststring
addressThe address is payment address or owner addressinteger

Example:

[
  {
    "Cost": "string",
    "address": [
      0
    ]
  }
]