Moov · Capability
Moov API — Wallets
Moov API — Wallets. 6 operations. Lead operation: Create a wallet. Self-contained Naftiko capability covering one Moov business surface.
What You Can Do
POST
Createwallet
— Create a wallet
/v1/accounts/{accountid}/wallets
GET
Listwallets
— List wallets
/v1/accounts/{accountid}/wallets
GET
Getwallet
— Retrieve a wallet
/v1/accounts/{accountid}/wallets/{walletid}
PATCH
Updatewallet
— Update a wallet
/v1/accounts/{accountid}/wallets/{walletid}
GET
Listwallettransactions
— List wallet transactions
/v1/accounts/{accountid}/wallets/{walletid}/transactions
GET
Getwallettransaction
— Retrieve a wallet transaction
/v1/accounts/{accountid}/wallets/{walletid}/transactions/{transactionid}
MCP Tools
create-wallet
Create a wallet
list-wallets
List wallets
read-only
idempotent
retrieve-wallet
Retrieve a wallet
read-only
idempotent
update-wallet
Update a wallet
idempotent
list-wallet-transactions
List wallet transactions
read-only
idempotent
retrieve-wallet-transaction
Retrieve a wallet transaction
read-only
idempotent