GetTraidingPairs

Description

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

void GetTraidingPairs(const FString& id) const

Parameters

id

FString

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

Returns

void Token pairs retrieved successfully.

Last updated