This API method returns a list of total cost by payment address.
This interface provides daily data updates at UTC 00:00.
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:
Parameters | Descriptions | Query Type | Required | Data Type | schema |
---|---|---|---|---|---|
address | address | path | true | string |
Response:
Parameters | Description | Data Type | schema |
---|---|---|---|
Cost | string | ||
address | The address is payment address or owner address | integer |
Example:
{
"Cost": "string",
"address": [
0
]
}