POST
/
issuer-quote
/
{quote_id}
Create Issuer Quote Execution
curl --request POST \
  --url https://api.paxos.com/v2/issuer-quote/{quote_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "profile_id": "<string>"
}'
{
  "id": "ce9c514e-ed82-401c-9d85-37da3736a0d0"
}
OAuth Scope
exchange:write_issuer_quote_execution

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

quote_id
string
required

The ID of the associated issuer quote to execute.

Body

application/json

Response

200 - application/json

A successful response.

The response is of type object.