Releases: uphold/docs
Releases · uphold/docs
2016-01-20
- 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
- Added Bitreserve Connect.
- Added ratelimit to
/me/cards/:card/transactions/:transaction/commit
endpoint.
2015-02-17
- [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
- Renamed
POST /oauth2/tokens
toPOST /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
- 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 attl
of0
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
toPOST /transactions
. - Renamed the execute transaction endpoint from
POST /transactions
toPOST /transactions/:id/commit
. - Fixed a typo in the OAuth token endpoint URL.
2014-11-28
- Tickers are now returned as collections instead of objects.
- A global rate limit has been introduced.