cURL
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" }
Cancel a single conversion using the id from the Create Stablecoin Conversion response.
id
conversion:write_conversion_stablecoin
Show child attributes
Was this page helpful?