Gitcoin · Example Payload

Bounty Example

Public GoodsGrantsBountiesQuadratic FundingWeb3Verifiable CredentialsIdentityOpen 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

urlcreated_onmodified_ontitleweb3_createdvalue_in_tokentoken_nametoken_addressbounty_typeproject_lengthexperience_levelgithub_urlgithub_org_namegithub_repo_namegithub_issue_numberkeywordscurrent_bountyexpires_datevalue_in_ethvalue_in_usdtvalue_in_usdt_nownowaction_urlspaidis_openstatusbounty_owner_addressbounty_owner_emailbounty_owner_github_usernamemetadatafulfiller_addressfulfiller_emailfulfiller_github_usernamefulfiller_metadata

Example Payload

Raw ↑
{
  "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": {}
}