DELETE
/
conversion
/
stablecoins
/
{id}
Cancel Stablecoin Conversion
curl --request DELETE \
  --url https://api.paxos.com/v2/conversion/stablecoins/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "e5ca4d90-dff1-488a-ac04-04540f776ae1",
  "profile_id": "c3680989-c04e-4000-9d96-8aca09eedee1",
  "amount": "11.1",
  "source_asset": "USD",
  "target_asset": "USDP",
  "status": "CANCELLED",
  "identity_id": "d6aee44c-c169-405d-b14e-d78818577531",
  "account_id": "47bb49d7-4e6c-43bf-9fd6-6ccd7d7f15d1",
  "created_at": "2023-10-19T21:21:46.497863Z",
  "updated_at": "2023-10-19T21:21:53.297594Z",
  "cancelled_at": "2023-10-19T21:21:53.297594Z"
}

Authorizations

Authorization
string
header
required

Paxos APIs use OAuth 2 with the client credentials grant flow.

Token URLs:

Learn more in the API credentials guide →

Path Parameters

id
string
required

System provided UUID for the conversion is provided in the Create Stablecoin Conversion response.

Response

200
application/json

A successful response.

The response is of type object.