latestOpenAPI 3.0.32026-08-224982,0272.8 MB

e445c15e5bee

Stablecoin

Accept Minting Terms

Accepts minting terms for a given enterprise.

put/api/stablecoin/v1/enterprise/{enterpriseId}/agreement

Path parameters

enterpriseIdstring required
Example:6437d9ae435d8b0007635c3f0db52154

Enterprise identifier

Request body

versionnumber required

Agreement version to accept

Example request

{
  "version": 1
}

Response

OK

enterpriseIdstring required

Enterprise ID that accepted the agreement

versionnumber required

Agreement version that was accepted

Example response

{
  "enterpriseId": "6437d9ae435d8b0007635c3f0db52154",
  "version": 1
}