Fetch Solana Wallet Counterparties API avatar

Fetch Solana Wallet Counterparties API

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Fetch Solana Wallet Counterparties API

Fetch Solana Wallet Counterparties API

Under maintenance

Solana API endpoint for fetching wallet counterparties. Analyze transfer relationships, volumes and interactions with wallets or programs over time. Docs: https://docs.vybenetwork.com/reference/get_wallet_counterparties_v4

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Vybe Network

Vybe Network

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Solana Wallet Counterparties API

Solana API Summary

Solana Wallet Counterparties API

Solana API Description

Solana API endpoint for fetching wallet counterparties. Analyze transfer relationships, volumes and interactions with wallets or programs over time.

This Solana API actor is designed for search visibility and developer onboarding, with practical endpoint context, strong keyword coverage, and direct doc links for implementation.

Explore docs here: Solana Wallet Counterparties API Docs and Solana API Docs.

Solana API Usage

Use this endpoint for Solana analytics, token and market intelligence, wallet behavior analysis, and trading automation. The actor follows the official Vybe OpenAPI contract for consistent and accurate integrations.

Parameters

  • ownerAddress (path, required) - The Solana wallet address to query.
  • group (query, optional) - How to group counterparties. 'wallet' groups by the other wallet address involved in transfers. 'program' groups by the on-chain program that facilitated the transfer (e.g. a DEX). Defaults to 'wallet'.
  • limit (query, optional) - Maximum number of counterparties to return. Defaults to 1000.
  • page (query, optional) - Page number to return (zero-indexed). Defaults to 0.
  • timeStart (query, optional) - Start of the time range (unix timestamp, seconds). Defaults to 24 hours ago.
  • timeEnd (query, optional) - End of the time range (unix timestamp, seconds). Defaults to the current time.
  • sortByAsc (query, optional) - Sort ascending by 'totalTransfers', 'totalVolume', 'netVolume', 'sellTransfers', 'buyTransfers', 'sellVolume', or 'buyVolume'. If omitted, no sorting is applied. Only one of sortByAsc or sortByDesc can be used.
  • sortByDesc (query, optional) - Sort descending by 'totalTransfers', 'totalVolume', 'netVolume', 'sellTransfers', 'buyTransfers', 'sellVolume', or 'buyVolume'. If omitted, no sorting is applied. Only one of sortByAsc or sortByDesc can be used.

Responses

  • 200: List of counterparties with transfer counts, volumes, and top tokens for each.
  • 400: Invalid parameters — check that timeStart < timeEnd, limit does not exceed 1000, and only one of sortByAsc/sortByDesc is set.
  • 500: Unexpected server error. The response body includes an id field — provide this when contacting support.

Resources