listTransactions

@GET(value = /v1/accounts/{accountIdKey}/transactions)
abstract fun listTransactions(@Path(value = accountIdKeyaccountIdKey: String, @QueryMap() options: Map<String, String>): Call<TransactionListResponse>

Sources

jvm source
Link copied to clipboard