Changelog
Find all our API improvements here in one place. Rest assured that any updates will be made in a backwards-compatible way, so you don't have to update your existing API client code.
✍️ July 21th 2024
- Add
bitcoin
sell order creation - Add
lightning
sell order creation
✍️ June 18th 2024
- Add
lightning_address
toOrder
resource for automatic lightning payouts - Update the
payout
resource to always include thefailure_code
field for both invoice and channel payouts. In case this field was previously omitted,null
is now returned instead. - Update the
payout
resource to always include thenode_address
,txid
,outpoint
,channel_id
for channel payouts. In case those fields were previously omitted,null
is now returned instead.
✍️ February 14th 2024
- Add
type
toOrder
resource
⚡️ May 8th 2023
- Add Lightning
node_pubkey
payout method toOrder
resource - Add payout
type
toExchange
resource and webhooks - Add Lightning payout
status
toExchange
resource and webhooks - Add Lightning payout
invoice
toExchange
resource and webhooks - Add (optional) Lightning payout
preimage
toExchange
resource and webhooks - Add (optional) Lightning payout
failure_code
toExchange
resource and webhooks - Add (optional) Lightning payout
host
toExchange
resource and webhooks
✍️ January 23rd 2023
- Add
GBP
currency support
✍️ April 23rd 2022
- Introduce optional
Order
affiliate_id
field
✍️ January 26th 2022
- Expose
Order
active
status - Introduce
Order
patch method
🔑 January 9th 2022
- Introduce the
Challenge
resource
☀️ September 29th 2021
- Initial version