# GetTraidingPairs

### Description

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

{% code overflow="wrap" %}

```csharp
public static VyTask<VyTradingPairDto[]> GetTraidingPairs(string id)
```

{% endcode %}

{% tabs %}
{% tab title="Details" %}
**Parameters**

| id | string | This is the wallet \`ID\`. The \*\*SWAP\*\* pairs will be displayed based on the blockchain of this wallet. |
| -- | ------ | ----------------------------------------------------------------------------------------------------------- |

**Returns**

VyTask<[VyTradingPairDto](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vytradingpairdto)\[]>\
Token pairs retrieved successfully.
{% endtab %}
{% endtabs %}
