Skip to content

Get Roles

GET
/stablecoin/{stablecoinId}/roles

Get roles assigned to wallets for a stablecoin

Authorizations

Parameters

Path Parameters

stablecoinId
required
string format: uuid

The ID of the stablecoin

Query Parameters

type

Type of role

string
Allowed values: ATTESTATION_MANAGER COLLATERALISED_TOKEN

Filter by role type

Responses

200

Roles retrieved successfully

object
roles
Array<object>
object
type

Type of role

string
Allowed values: ATTESTATION_MANAGER COLLATERALISED_TOKEN
role

The specific role

string
walletId

Wallet ID with the role

string format: uuid

400

Bad Request

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