list_crypto_wallets
Retrieve all cryptocurrency wallets associated with a user’s Bitpanda account through programmatic API access for wallet management and tracking.
Instructions
Lists all user's crypto wallets from the Bitpanda API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}