List External Contacts
Returns the authenticated user’s saved contacts, cursor-paginated. crypto and bank share the same underlying store and are merged into a single feed/cursor; when contact_type is omitted, both are returned together. rp_tag (internal Ripio P2P contacts) is excluded by default: it is only returned when contact_type=rp_tag is passed explicitly, and it paginates with its own independent cursor — there is no combined feed across all three types.
Requires the contacts_read permission. The account must be fully operative.
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
Filters the type of contact returned. If omitted, returns crypto+bank together — rp_tag is excluded by default and requires this filter set explicitly.
"crypto"
Filter by currency ticker (e.g. BTC, ETH). Only applied when contact_type=crypto. Ignored when contact_type=rp_tag. Case-insensitive.
"BTC"