Gitcoin Contribution

EthereumPolygonGitcoinRSS3

TIP

You can use RSS3 API for free (no rate limit disclosed).

Gitcoin Grantsopen in new window allows individuals to get funding for a public goods project they are working on. Gitcoin Contributions are contributions made to Gitcoin Grants.

API

const assets: Assets = await unidata.assets.get(options: {
    source: 'Gitcoin Contribution';
    identity: string;
});

Live Demo

42 / 42
Code
const assets: Assets = await unidata.assets.get({
    source: 'Gitcoin Contribution',
    identity: '0xC8b960D09C0078c18Dcbe7eB9AB9d816BcCa8944',
});
View
Networks:
Providers:
Data
{
    "total": 0,
    "list": []
}