Get total cost by payment address

This API method returns a list of total cost by payment 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_address/{address}

method_type:GET

Request:

ParametersDescriptionsQuery TypeRequiredData Typeschema
addressaddresspathtruestring

Response:

ParametersDescriptionData Typeschema
Coststring
addressThe address is payment address or owner addressinteger

Example:

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