Skip to content

2015-01-23

Choose a tag to compare

@fixe fixe released this 27 Jan 12:04
· 271 commits to master since this release
  • 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.