deploy
This commit is contained in:
62
skills/wallet/SKILL.md
Normal file
62
skills/wallet/SKILL.md
Normal file
@@ -0,0 +1,62 @@
|
||||
---
|
||||
name: wallet-routes
|
||||
description: Handle 6 OpenAPI operation(s) under /wallet for the wallet route group.
|
||||
---
|
||||
|
||||
# wallet API Routes
|
||||
|
||||
Handle 6 OpenAPI operation(s) under /wallet for the wallet route group.
|
||||
|
||||
Use the generated operation tools to make real API calls. Do not invent API responses.
|
||||
If a tool reports missing setup, return the exact setup field name to the caller.
|
||||
For write, update, or delete operations, state the intended action before calling the tool.
|
||||
|
||||
## Operations
|
||||
|
||||
### wallet_create
|
||||
|
||||
- Operation ID: `wallet_create`
|
||||
- Route: `POST /wallet/create`
|
||||
- Mode: WRITE
|
||||
- Summary: Create an e-wallet
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### wallet_get
|
||||
|
||||
- Operation ID: `wallet_get`
|
||||
- Route: `POST /wallet/get`
|
||||
- Mode: WRITE
|
||||
- Summary: Fetch an e-wallet
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### wallet_list
|
||||
|
||||
- Operation ID: `wallet_list`
|
||||
- Route: `POST /wallet/list`
|
||||
- Mode: WRITE
|
||||
- Summary: Fetch a list of e-wallets
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### wallet_transaction_execute
|
||||
|
||||
- Operation ID: `wallet_transaction_execute`
|
||||
- Route: `POST /wallet/transaction/execute`
|
||||
- Mode: WRITE
|
||||
- Summary: Execute a transaction using an e-wallet
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### wallet_transaction_get
|
||||
|
||||
- Operation ID: `wallet_transaction_get`
|
||||
- Route: `POST /wallet/transaction/get`
|
||||
- Mode: WRITE
|
||||
- Summary: Fetch an e-wallet transaction
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### wallet_transaction_list
|
||||
|
||||
- Operation ID: `wallet_transaction_list`
|
||||
- Route: `POST /wallet/transaction/list`
|
||||
- Mode: WRITE
|
||||
- Summary: List e-wallet transactions
|
||||
- Body: JSON request body accepted.
|
||||
Reference in New Issue
Block a user