Updated on 2026-08-14

This commit is contained in:
Tangem 2023-11-07 14:27:16 +02:00
parent 8439b5a6a6
commit 33cb5a0bb0

View file

@ -16,8 +16,7 @@ import java.math.BigDecimal
*/
@Suppress("LongParameterList")
interface ExpressApi {
// TODO move first three params to retrofit interceptor
@POST("assets")
suspend fun getAssets(
@Body body: AssetsRequestBody,