Skip to content

Get roles

GET
/v2/stablecoin/{stablecoinId}/roles

List roles configured for the stablecoin.

stablecoinId
required
string
type
required
string
Allowed values: ATTESTATION_MANAGER COLLATERALISED_TOKEN

Filter roles by type

Example
ATTESTATION_MANAGER
X-API-Key
string

API Key

X-API-Secret
string

API Secret

Roles list

object
roles
required

List of roles

Array<object>
object
walletId
required

Role wallet ID

string
role
required

Role name

string
Allowed values: DEFAULT_ADMIN_ROLE VERIFIER_ROLE SUBMITTER_ROLE MINTER_ROLE PAUSER_ROLE BLACKLISTER_ROLE
type
required

Type of role

string
Allowed values: ATTESTATION_MANAGER COLLATERALISED_TOKEN

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error