Skip to main content
POST
/
api
/
tools
/
get_wallet_counterparties
get_wallet_counterparties
curl --request POST \
  --url https://pro-api.nikiwa.com/api/tools/get_wallet_counterparties \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "address": "<string>",
  "network": "<string>",
  "from_date": "<string>",
  "to_date": "<string>",
  "page": 1,
  "records_per_page": 20
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
address
string
required
network
string
required
from_date
string
to_date
string
page
integer
default:1
records_per_page
integer
default:20

Response

Tool output (JSON object or array)