List External Contacts
Returns the list of saved external contacts (crypto + banking) for the authenticated user. Optionally filter by contact_type and, for crypto, by currency ticker.
Authorization
- Requires a valid API key.
Headers
The API key as a string.
See the Generating Signature section for more details.
A timestamp in milliseconds. See the Timestamp Security section for more details.
An additional, non-required parameter, that you can send to specify the number of milliseconds after the timestamp for the request to be valid. See the Timestamp Security section for more details.
Query Parameters
Filter by contact type. If omitted, returns both types.
"crypto"
Filter by currency ticker (e.g. BTC, ETH). Only applied when contact_type=crypto. Case-insensitive.
"BTC"