Home
Gitcoin
Bounty Example
Bounty Example
Public Goods Grants Bounties Quadratic Funding Web3 Verifiable Credentials Identity Open Source
Bounty Example is an example object payload from Gitcoin, with 34 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
url created_on modified_on title web3_created value_in_token token_name token_address bounty_type project_length experience_level github_url github_org_name github_repo_name github_issue_number keywords current_bounty expires_date value_in_eth value_in_usdt value_in_usdt_now now action_urls paid is_open status bounty_owner_address bounty_owner_email bounty_owner_github_username metadata fulfiller_address fulfiller_email fulfiller_github_username fulfiller_metadata
Example Payload
{
"url": "https://gitcoin.co/api/v0.1/bounties/87/",
"created_on": "2017-09-22T01:42:07.060841Z",
"modified_on": "2017-09-23T12:36:11.946334Z",
"title": "Update local_settings.py.example",
"web3_created": "2017-09-22T01:42:04Z",
"value_in_token": "1000000000000000000.00",
"token_name": "ETH",
"token_address": "0x0000000000000000000000000000000000000000",
"bounty_type": "Feature",
"project_length": "Hours",
"experience_level": "Intermediate",
"github_url": "https://github.com/owocki/pytrader/pull/83232",
"github_org_name": "owocki",
"github_repo_name": "pytrader",
"github_issue_number": "83232",
"keywords": "python,django,open-source",
"current_bounty": true,
"expires_date": "2017-09-23T01:42:04Z",
"value_in_eth": 1000000000000000000,
"value_in_usdt": 280.65,
"value_in_usdt_now": 280.65,
"now": "2017-09-24T18:59:53.964344Z",
"action_urls": {
"fulfill": "https://gitcoin.co/issue/owocki/pytrader/83232/87",
"increase": "https://gitcoin.co/issue/owocki/pytrader/83232/87",
"revoke": "https://gitcoin.co/issue/owocki/pytrader/83232/87",
"accept": "https://gitcoin.co/issue/owocki/pytrader/83232/87",
"cancel": "https://gitcoin.co/issue/owocki/pytrader/83232/87"
},
"paid": [],
"is_open": true,
"status": "expired",
"bounty_owner_address": "0xd3d280c2866eaa795fc72bd850c48e7cce166e23",
"bounty_owner_email": "ksowocki@gmail.com",
"bounty_owner_github_username": "owocki",
"metadata": {
"issueKeywords": "python,django",
"notificationEmail": "ksowocki@gmail.com"
},
"fulfiller_address": "0x0000000000000000000000000000000000000000",
"fulfiller_email": null,
"fulfiller_github_username": null,
"fulfiller_metadata": {}
}