For the complete documentation index, see llms.txt. This page is also available as Markdown.

getTraidingPairs

Description

This endpoint gets all the possible token pairs that can be swapped based on the blockchain of the wallet.

public getTraidingPairs(id: string) : VyPromise<VyTradingPairDto[]>

Parameters

id

string

This is the wallet `ID`. The **SWAP** pairs will be displayed based on the blockchain of this wallet.

Returns

VyPromise<VyTradingPairDto[]> Token pairs retrieved successfully.

Last updated