Skip to content

Releases: uphold/docs

2016-01-20

20 Jan 15:42
Compare
Choose a tag to compare
  • Added fees to ACH, Debit/Credit Card, SEPA transactions.
  • Added limits to transactions.
  • Added 20 new currencies. See the full currency list for more details.
  • Added VOX hold, send and buy support.
  • Added support for custom protocols in applications redirection URIs.

2015-06-16

16 Jun 09:56
Compare
Choose a tag to compare
  • Added Bitreserve Connect.
  • Added ratelimit to /me/cards/:card/transactions/:transaction/commit endpoint.

2015-02-17

17 Feb 18:13
Compare
Choose a tag to compare
  • [BC BREAK] The following endpoints now support Range Pagination Headers using Range & Content-Range entity-headers:
    • /me/transactions
    • /me/cards/:card/transactions
    • /reserve/transactions
    • /reserve/ledger
  • [BC BREAK] Removed transactions from /me endpoint.

2015-01-28

28 Jan 18:00
Compare
Choose a tag to compare
  • Renamed POST /oauth2/tokens to POST /me/tokens to create a Personal Access Token.
  • Deprecated POST /oauth2/tokens and added a 301 redirect to the new endpoint. This will be removed in a future release.

2015-01-23

27 Jan 12:04
Compare
Choose a tag to compare
  • Transactions ttl is now returned in milliseconds instead of seconds for increased accuracy. Additionally, instead of returning a response with a 503 status code when creating a transaction for a pair that is unavailable, a transaction with a ttl of 0 will be returned instead. This allows for a transaction to be previewed, but not executed.
  • Added endpoint for cancelling a transaction.
  • Added endpoint for resending a transaction.
  • Renamed the create transaction endpoint from POST /transactions/new to POST /transactions.
  • Renamed the execute transaction endpoint from POST /transactions to POST /transactions/:id/commit.
  • Fixed a typo in the OAuth token endpoint URL.

2014-11-28

27 Jan 12:07
Compare
Choose a tag to compare
  • Tickers are now returned as collections instead of objects.
  • A global rate limit has been introduced.