v1

latestOpenAPI 3.1.02026-07-265086129.5 KB
Trade

Create swap transaction

Create a swap transaction from a trade quote. The transaction is ready to be signed and sent.

post/trade/swap

Request body

userPublicKeystring required

Public key of the user's wallet

Response

Successfully created swap transaction

successboolean required

Example response

{
  "success": true
}