This API method returns a list of total cost by owner 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_owner/owner
method_type:GET
Request:
| Parameters | Descriptions | Query Type | Required | Data Type | schema |
|---|---|---|---|---|---|
| owner | owner | 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
]
}
]