Skip to content

List Attestations

GET
/stablecoin/{stablecoinId}/attestations

List attestations for a stablecoin with optional filters

Authorizations

Parameters

Path Parameters

stablecoinId
required
string format: uuid

The ID of the stablecoin

Query Parameters

type
string
Allowed values: mint burn

Filter by attestation type

status
string
Allowed values: pending submitted verified rejected used

Filter by attestation status

page
integer
default: 1 >= 1

The page number to return

pageSize
integer
default: 10 >= 1 <= 100

The number of items per page

Responses

200

Attestations retrieved successfully

object
attestations
Array<object>
object
id

The unique identifier of the attestation

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/rejected this attestation

string format: uuid
createdAt

When the attestation was created

string format: date-time
verifiedAt

When the attestation was verified/rejected

string format: date-time
verificationReason

Reason provided during verification/rejection

string
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
meta
object
page

Current page number

integer
pageSize

Number of items per page

integer
totalPages

Total number of pages

integer
totalCount

Total number of items

integer

400

Bad Request

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