Skip to main content

equitoGetDistributedInterests

Client-specific action schema for the Equito token product. Queries distributed interest records for a token at a given timestamp.

methodstringrequired

Name of the predefined method to be used

Example: equito_getDistributedInterests
params objectrequired
tokenIdstring<uuid>required

TokenID

Example: 3ac1bec4-1a3d-4fff-9941-68c52154cabd
timestampstringrequired

Timestamp when the interests are distributed

Example: 1761055250
equitoGetDistributedInterests
{
"method": "equito_getDistributedInterests",
"params": {
"tokenId": "8fb6949c-9839-4358-8f61-8fa01d666693",
"timestamp": "1761055250"
}
}