Skip to main content
GET
/
wallet
/
contacts
contacts - List external contacts
curl --request GET \
  --url https://api.ripio.com/wallet/contacts/ \
  --header 'authorization: <authorization>' \
  --header 'signature: <signature>' \
  --header 'timestamp: <timestamp>'
{
  "error_code": null,
  "message": null,
  "data": [
    {}
  ]
}

Headers

authorization
string
required

The API key as a string.

signature
string
required

See the Generating Signature section for more details.

timestamp
number
required

A timestamp in milliseconds. See the Timestamp Security section for more details.

timstamp-tolerance
number

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

contact_type
string

Filter by contact type. If omitted, returns both types.

Example:

"crypto"

currency
string

Filter by currency ticker (e.g. BTC, ETH). Only applied when contact_type=crypto. Case-insensitive.

Example:

"BTC"

Response

Contacts retrieved successfully.

error_code
string
required
Example:

null

message
string
required
Example:

null

data
object[]
required