Add Role
POST /stablecoin/{stablecoinId}/role
POST
/stablecoin/{stablecoinId}/role
Add a role to a wallet for a stablecoin
Authorizations
Parameters
Path Parameters
stablecoinId
required
string format: uuid
The ID of the stablecoin
Request Body required
object
type
required
Type of role
string
role
required
roleWalletId
required
Wallet ID to assign the role to
string format: uuid
signerWalletId
required
Wallet ID of the signer authorizing this change
string format: uuid
Responses
200
Role added successfully
400
Bad Request
object
code
integer
400
message
string
Bad Request
details
string
Invalid input parameters