Skip to main content
POST
Create a swap

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
requestId
string<uuid>
required

Unique identifier for the swap request (recommend using uuid v4)

Example:

"1ab3e6e0-4839-4dbe-89c3-b06d9645ae86"

source
object
required

Source wallet information for the swap

destination
object
required

Destination wallet information for the swap

Response

Success

transferType
string
Example:

"WALLET.SWAP"

transferDetails
object