Skip to content

Changelog

Solide Network APIs’ Changelog.

  • [FEAT] Introducing the broader concept of asset via /referenceData/assets, that identify a network + currency pair, which can hold a balance and details (bank details, or a wallet pubkey)
  • [FEAT] Added a type property to dinstinguish DIGITAL from FIAT currencies & networks via their respective /referenceData routes
  • [BREAKING] Removing /currencies & /digitalAssets routes; you can now use GET /referenceData/currencies + GET /referenceData/assets to achieve the same behavior
  • [FEAT] Added a capabilities field to GET /referenceData/currencies to identify deposit-enabled currencies
  • [FEAT] You can now get multiple balances by currency (1x balance per handled asset)
  • [CHORE] Paths / queries / payloads shapes upgraded to stick closer to REST principles and make them easier to use / understand
  • [CHORE] OpenAPI documentation enhancements & cleanup
  • Add endpoint to retrieve and filter the list of virtual account numbers (IBANS) by currency
  • Add support for inhouse account types (on top of individual and corporate)
  • Add support for crypto assets deposits (BTC/SOL/ETH)
  • Add new endpoint to retrieve auth token
  • Add paginated API to retrieve all settlement instructions
  • Add settlementInstructions API to create/get FIAT settlement instructions
  • Update payments API to retrieve step by step payment progress
  • [BREAKING] Add pagination mechanism to GET /transfers and /exchange/transactions