Description
As a user I want to be able to transfer and claim certificate slices without having to specify the slice ids, instead specifying the assets, period start, source and destination wallets and quantity to be transferred.
The slices themselves are considered fungible to me (given they are from the same device, for a given period start) and having this endpoint significantly reduces development complexity.
Basic Example
This endpoint exists in the Energy Track and Trace v1 api as v1/claims/bydeliverypoint
Api Documentation
Example Call:
[
{
"productionAssetId": "string",
"consumptionAssetId": "string",
"productionCertificateAccount": "string",
"consumptionCertificateAccount": "string",
"periodStart": "2024-08-27T14:21:27.745Z",
"periodEnd": "2024-08-27T14:21:27.745Z",
"quantity": 0
}
]
Drawbacks
No response
Unresolved questions
No response
Description
As a user I want to be able to transfer and claim certificate slices without having to specify the slice ids, instead specifying the assets, period start, source and destination wallets and quantity to be transferred.
The slices themselves are considered fungible to me (given they are from the same device, for a given period start) and having this endpoint significantly reduces development complexity.
Basic Example
This endpoint exists in the Energy Track and Trace v1 api as v1/claims/bydeliverypoint
Api Documentation
Example Call:
Drawbacks
No response
Unresolved questions
No response