Skip to content

Get Attestation

GET
/stablecoin/{stablecoinId}/attestation/{attestationId}

Get details of a specific attestation

Authorizations

Parameters

Path Parameters

stablecoinId
required
string format: uuid

The ID of the stablecoin

attestationId
required
string format: uuid

The ID of the attestation

Responses

200

Attestation retrieved successfully

object
attestation
object
id

The unique identifier of the attestation

string format: uuid
stablecoinId

The unique identifier of the stablecoin

string format: uuid
type

Type of attestation

string
Allowed values: mint burn
status

Status of attestation

string
Allowed values: pending submitted verified rejected used
amount

The amount to mint/burn

string
sourceWalletId

The source wallet ID for burn operations

string format: uuid
destinationWalletId

The destination wallet ID for mint operations

string format: uuid
submitterWalletId

The wallet ID that submitted this attestation

string format: uuid
verifierWalletId

The wallet ID that verified this attestation

string format: uuid
isVerified

Whether the attestation has been verified

boolean
createdAt

Timestamp when the attestation was created

string format: date-time
verifiedAt

When the attestation was verified

string format: date-time
usedAt

When the attestation was used in a transaction

string format: date-time
transactionHash

Hash of the transaction where this attestation was used

string
isUsed

Whether the attestation has been used in a transaction

boolean
transactionReference

External reference for the transaction

string
transactionDate

Date when the transaction occurred

string format: date-time
additionalNotes

Notes provided during attestation submission

string
verificationReason

Reason provided during verification/rejection

string
documents
Array<object>
object
id

The unique identifier of the document

string format: uuid
blobId

ID of the uploaded document in blob service

string format: uuid
submitterWalletId

The wallet ID that submitted this document

string format: uuid

400

Bad Request

object
code
integer
400
message
string
Bad Request
details
string
Invalid input parameters