Skip to main content

codespar wallets

Wallets: balances, ledger, funding sources, execute, transfer, custody

3 min read
View MarkdownEdit on GitHub

codespar wallets

Wallets: balances, ledger, funding sources, execute, transfer, custody

15 comandos. Esta página é gerada da árvore de --help da CLI publicada, então ela descreve o que você instala, não o que está em main.

codespar wallets list

GET /v1/wallets

codespar wallets list [options]
opçãoo que faz
-q, --query <key=value>Query parameter (repeatable) (default: [])
--timeout <ms>Per-request timeout in milliseconds

codespar wallets create

POST /v1/wallets

codespar wallets create [options]
opçãoo que faz
-q, --query <key=value>Query parameter (repeatable) (default: [])
--timeout <ms>Per-request timeout in milliseconds
-i, --input <json>Request body as a JSON string
-f, --input-file <path>Request body from a JSON file

codespar wallets get

GET /v1/wallets/{id}

codespar wallets get [options] <id>
opçãoo que faz
-q, --query <key=value>Query parameter (repeatable) (default: [])
--timeout <ms>Per-request timeout in milliseconds

codespar wallets list-ledger

GET /v1/wallets/{id}/ledger

codespar wallets list-ledger [options] <id>
opçãoo que faz
-q, --query <key=value>Query parameter (repeatable) (default: [])
--timeout <ms>Per-request timeout in milliseconds

codespar wallets create-ledger

POST /v1/wallets/{id}/ledger

codespar wallets create-ledger [options] <id>
opçãoo que faz
-q, --query <key=value>Query parameter (repeatable) (default: [])
--timeout <ms>Per-request timeout in milliseconds
-i, --input <json>Request body as a JSON string
-f, --input-file <path>Request body from a JSON file

codespar wallets list-funding-sources

GET /v1/wallets/{id}/funding-sources

codespar wallets list-funding-sources [options] <id>
opçãoo que faz
-q, --query <key=value>Query parameter (repeatable) (default: [])
--timeout <ms>Per-request timeout in milliseconds

codespar wallets create-funding-sources

POST /v1/wallets/{id}/funding-sources

codespar wallets create-funding-sources [options] <id>
opçãoo que faz
-q, --query <key=value>Query parameter (repeatable) (default: [])
--timeout <ms>Per-request timeout in milliseconds
-i, --input <json>Request body as a JSON string
-f, --input-file <path>Request body from a JSON file

codespar wallets delete-funding-sources

DELETE /v1/wallets/{id}/funding-sources/{connection_id}/{currency}

codespar wallets delete-funding-sources [options] <id> <connection_id> <currency>
opçãoo que faz
-q, --query <key=value>Query parameter (repeatable) (default: [])
--timeout <ms>Per-request timeout in milliseconds

codespar wallets execute

POST /v1/wallets/{id}/execute

codespar wallets execute [options] <id>
opçãoo que faz
-q, --query <key=value>Query parameter (repeatable) (default: [])
--timeout <ms>Per-request timeout in milliseconds
-i, --input <json>Request body as a JSON string
-f, --input-file <path>Request body from a JSON file

codespar wallets list-recon-anomalies

GET /v1/wallets/{id}/recon-anomalies

codespar wallets list-recon-anomalies [options] <id>
opçãoo que faz
-q, --query <key=value>Query parameter (repeatable) (default: [])
--timeout <ms>Per-request timeout in milliseconds

codespar wallets create-recon-anomalies

POST /v1/wallets/{id}/recon-anomalies/{aid}

codespar wallets create-recon-anomalies [options] <id> <aid>
opçãoo que faz
-q, --query <key=value>Query parameter (repeatable) (default: [])
--timeout <ms>Per-request timeout in milliseconds
-i, --input <json>Request body as a JSON string
-f, --input-file <path>Request body from a JSON file

codespar wallets receive

GET /v1/wallets/{id}/receive

codespar wallets receive [options] <id>
opçãoo que faz
-q, --query <key=value>Query parameter (repeatable) (default: [])
--timeout <ms>Per-request timeout in milliseconds

codespar wallets custody

GET /v1/wallets/{id}/custody

codespar wallets custody [options] <id>
opçãoo que faz
-q, --query <key=value>Query parameter (repeatable) (default: [])
--timeout <ms>Per-request timeout in milliseconds

codespar wallets transfer

POST /v1/wallets/{id}/transfer

codespar wallets transfer [options] <id>
opçãoo que faz
-q, --query <key=value>Query parameter (repeatable) (default: [])
--timeout <ms>Per-request timeout in milliseconds
-i, --input <json>Request body as a JSON string
-f, --input-file <path>Request body from a JSON file

codespar wallets statement-import

POST /v1/wallets/{id}/statement-import

codespar wallets statement-import [options] <id>
opçãoo que faz
-q, --query <key=value>Query parameter (repeatable) (default: [])
--timeout <ms>Per-request timeout in milliseconds
-i, --input <json>Request body as a JSON string
-f, --input-file <path>Request body from a JSON file
codespar wallets | CodeSpar