Swap details by swap offer ID V2

This endpoint returns details of swap trades associated with a specific swap offer ID. It allows users to retrieve information about the trades that have been executed under that swap offer.

SecuritybearerAuth
Request
path Parameters
Swap-Offer-Id
required
string <uuid>

A string parameter representing the unique identifier of the swap offer for which the details are requested. This ID should be included in the path of the request URL

Responses
200

Get swap details by swap offer ID

401

Error

404

Not Found

405

Not Allowed

422

Error

500

Error

503

Maintenance or Service unavailable

get/v2/swap/{Swap-Offer-Id}
Request samples
Response samples
application/json
{
  • "data": {
    }
}