apiosk_update_wallet
ActiveTool of Apiosk
declared in 1.3.0
Update wallet label, status, display metadata, or spending limits.
Parameters schema
{
"type": "object",
"required": [
"wallet_id"
],
"properties": {
"icon": {
"type": "string"
},
"color": {
"type": "string"
},
"label": {
"type": "string"
},
"status": {
"enum": [
"active",
"paused",
"revoked"
],
"type": "string"
},
"wallet_id": {
"type": "string"
},
"daily_limit_usdc": {
"type": "number"
},
"per_tx_limit_usdc": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Apiosk
https://github.com/obcraft/apiosk-mcp
1/7 registries