equitoAddDistributedInterests
Client-specific action schema for the Equito token product. Records distributed interest payments for a token at a given timestamp.
methodstringrequired
Name of the predefined method to be used
Example:
equito_addDistributedInterestsparams objectrequired
tokenIdstring<uuid>required
TokenID
Example:
3ac1bec4-1a3d-4fff-9941-68c52154cabdtimestampstringrequired
Timestamp when the interests are distributed
Example:
1761055250qtystringrequired
Amount of euros distributed
Example:
1000equitoAddDistributedInterests
{
"method": "equito_addDistributedInterests",
"params": {
"tokenId": "8fb6949c-9839-4358-8f61-8fa01d666693",
"timestamp": "1761055250",
"qty": "1000"
}
}