-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
No status