You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The purpose of this API is to collect donations of certain whitelisted tokens to a certain project on giveth in a given time period and tell us the total sum of token donations for each individual donor to the whitelisted project and tell us how many NICE tokens we should mint for each donor
it will accept these parameters:
start date
end date
whitelisted tokens
projectId
NICE minting ratio
and it will return 2 CSV files
the 1st with just data needed for distribution:
distribution:
donor address
NICE tokens to receive
token Symbol (NICE)
the 2nd with more complete donation data for review/analysis:
donor address
eligible donation date
eligible donation currency
eligible donation amount
projectId
NICE tokens earned for donation
The text was updated successfully, but these errors were encountered:
from my discussion w/ @mohammadranjbarz
The text was updated successfully, but these errors were encountered: