Skip to content

Commit cc8f9e0

Browse files
committed
feat: update stable coins docs
this change performs a small update on stablecoin mint and burn docs Ticket: TMS-1404
1 parent 61472d4 commit cc8f9e0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

examples/ts/stablecoin/STABLECOIN_API_GUIDE.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This documentation provides comprehensive API-only workflows for creating stable
2121

2222
## Setup BitGo Express
2323

24-
BitGo Express is required for GoAccount transfers. You can install it via npm or Docker (recommended).
24+
[BitGo Express](https://developers.bitgo.com/guides/get-started/express/install) is required for GoAccount transfers. You can install it via npm or Docker (recommended).
2525

2626
### Option 1: Install via Docker (Recommended)
2727

@@ -258,12 +258,11 @@ Expected Response:
258258
{
259259
"id": "order_id_12345",
260260
"type": "mint",
261-
"status": "completed",
261+
"status": "fulfilled",
262262
"fromAssetId": "usd_asset_id",
263263
"toAssetId": "stablecoin_asset_id",
264264
"fromAmount": "10000",
265-
"toAmount": "100000000",
266-
"completedAt": "2025-08-19T10:05:00.000Z"
265+
"toAmount": "100000000"
267266
}
268267
```
269268

0 commit comments

Comments
 (0)