Create attestation
POST /v2/stablecoin/{stablecoinId}/attestation
POST
/v2/stablecoin/{stablecoinId}/attestation
Create a new mint/burn attestation for a stablecoin.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” stablecoinId
required
string
Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Request Body required
Section titled “Request Body required ”object
type
required
Type of attestation
string
amount
required
Amount for the attestation
string
sourceWalletId
Source wallet ID
string
destinationWalletId
Destination wallet ID
string
signerWalletId
required
Signer wallet ID
string
transactionReference
required
Transaction reference
string
transactionDate
required
Transaction date
string
additionalNotes
Additional notes
string
documents
required
Documents for the attestation
Array<object>
object
blobId
required
Blob ID of the document
string
Responses
Section titled “ Responses ”Created attestation
object
id
required
Attestation ID
string
type
required
Type of attestation
string
amount
required
Amount for the attestation
string
status
required
Status of the attestation
string
transactionReference
required
Transaction reference
string
transactionDate
required
Transaction date
string
additionalNotes
Additional notes
string
documents
required
Attestation documents
Array<object>
object
blobId
required
Blob ID of the document
string
createdAt
required
Created date
string
updatedAt
Updated date
string
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error