ZeroXSourcesRawResponse

data class ZeroXSourcesRawResponse(val sources: List<String>, val zid: String)

Raw response from the ZeroX sources endpoint.

Parameters

sources

List of available swap sources.

zid

The ZeroX request ID.

Constructors

Link copied to clipboard
constructor(sources: List<String>, zid: String)

Properties

Link copied to clipboard
Link copied to clipboard
val zid: String