Changelog
Solide Network APIs’ Changelog.
[2.3.0] - 2026-08-06
Section titled “[2.3.0] - 2026-08-06”- The shared
count(page size) query parameter is now bounded to1..500on paginated endpoints. A request outside those bounds is rejected with422.
[2.2.0] - 2026-08-05
Section titled “[2.2.0] - 2026-08-05”- Paginated list endpoints now use a new pagination type with multi-column sorting.
[2.1.0] - 2026-07-03
Section titled “[2.1.0] - 2026-07-03”- [FEAT] New
GET /payments/idempotencyKey/{idempotencyKey}endpoint to retrieve a payment by theidempotencyKeysupplied toPOST /payments/request.
[2.0.0] - 2026-07-02
Section titled “[2.0.0] - 2026-07-02”Uniformization of the PaymentAssetID usage across the API (as input & returned values). Information related to an asset’s associated currency or network should now always be collected from GET /assets.
- [BREAKING] Using
currency+networkfor requesting inquiries & payments (POST /payments/inquiry/POST /payments/requests) is not possible anymore; you must now usePaymentAssetIDs sourced fromGET /assets. - [BREAKING]
GET /payments/{id}platformFeesnow have a dedicated field includingrate,amount&assetId.- removed platformFees
platformFeesCurrency&platformFeesNetworkfields in favor ofplatformFees.assetId.
- [BREAKING] Settlement instructions (
POST & GET /settlementInstructions) now identify the target asset via aPaymentAssetID. - [BREAKING]
GET /deposits/fiatnow returns a single compositeassetId(e.g."EUR:LU") per deposit operation instead of a barecurrencyfield. - [BREAKING]
GET /wallets/digitalnow returns a single compositeassetId(e.g."EURC:polygon") per entry instead of separatenetwork+assetIdsfields; one entry is returned per supported asset.POST /wallets/digitalreturns the single entry for the requested asset. - [BREAKING]
GET & POST /wallets/fiatresponses now return a compositeassetId(e.g."EUR:LU") per bank-details entry instead of a barecurrencyfield. - [BREAKING] List filter query parameters are uniformized across endpoints to the nested
filter.asset.id/filter.asset.currencyshape (mutually exclusive). This replaces the previous flatfilter.assetId/filter.currencyIdparameters, as well as thedigitalAssetIdparameter onGET /wallets/digital. - [FEAT] The following endpoints, which previously only filtered by currency, now also accept
filter.asset.id:GET /deposits/fiatGET /wallets/fiat
[1.1.0] - 2026-06-19
Section titled “[1.1.0] - 2026-06-19”- [BREAKING] A
bic(ISO 9362 / SWIFT code) is now required when creating FIAT settlement instructions withbankDetailsType: IBAN; it is validated, stored, and returned alongside theiban. Settlement instructions created before this change are unaffected.
[1.0.0] - 2026-03-09
Section titled “[1.0.0] - 2026-03-09”- [FEAT] Introducing the broader concept of
assetvia/referenceData/assets, that identify anetwork+currencypair, which can hold a balance and details (bank details, or a wallet pubkey) - [FEAT] Added a
typeproperty to dinstinguishDIGITALfromFIATcurrencies & networks via their respective/referenceDataroutes - [BREAKING] Removing
/currencies&/digitalAssetsroutes; you can now useGET /referenceData/currencies+GET /referenceData/assetsto achieve the same behavior - [FEAT] Added a
capabilitiesfield toGET /referenceData/currenciesto 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
[0.0.9] - 2026-02-09
Section titled “[0.0.9] - 2026-02-09”- 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)
[0.0.8] - 2025-11-13
Section titled “[0.0.8] - 2025-11-13”- Add support for crypto assets deposits (BTC/SOL/ETH)
- Add new endpoint to retrieve auth token
[0.0.7] - 2025-10-14
Section titled “[0.0.7] - 2025-10-14”- Add paginated API to retrieve all settlement instructions
[0.0.6] - 2025-10-07
Section titled “[0.0.6] - 2025-10-07”- Add settlementInstructions API to create/get FIAT settlement instructions
- Update payments API to retrieve step by step payment progress
[0.0.5] - 2025-09-28
Section titled “[0.0.5] - 2025-09-28”- [BREAKING] Add pagination mechanism to GET /transfers and /exchange/transactions