Updated on 2026-08-14

This commit is contained in:
Tangem 2023-11-23 15:29:21 +03:00
parent f80c30c206
commit 464f8f8a80
14 changed files with 115 additions and 102 deletions

View file

@ -0,0 +1,6 @@
package com.tangem.datasource.api.express.models.response
class SwapPairsWithProviders(
val swapPair: List<SwapPair>,
val providers: List<ExchangeProvider>,
)