Skip to content

Commit

Permalink
docs/API.md: Update value_in_usdt and value_in_usdt_now fields.
Browse files Browse the repository at this point in the history
Update the fields to reflect the current status. value_in_usdt holds bounty
USD value at web3_created timestamp.

Issue: gitcoinco#693
  • Loading branch information
cryptomental authored and Przemyslaw Szulczynski committed Apr 10, 2018
1 parent 819510f commit da08cc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/API.md
Expand Up @@ -42,7 +42,8 @@ The bounties endpoint provides a listing of bounties and their current status. T
| `expires_date` | `date_time` | Date before which the bounty must be compelted |
| `raw_data` | `array` | Raw contract data, see the example below for more information |
| `value_in_eth` | `integer` | Value of the bounty in Ethereum |
| `value_in_usdt_now` | `float` | Approximation of current value in USD |
| `value_in_usdt` | `float` | Approximation of value in USD at bounty web3_created timestamp |
| `value_in_usdt_now`| `float` | Approximation of current value in USD |
| `now` | `date_time` | Current date_time on the server |

**Current Status**
Expand Down

0 comments on commit da08cc2

Please sign in to comment.