Skip to content

WalletConnect Pair

POST
/api/v1/crypto/walletconnect/pair
curl --request POST \
--url https://api.parasta.io/api/v1/crypto/walletconnect/pair \
--header 'Authorization: Bearer <token>'

Initiate WalletConnect pairing with external wallet.

OK

Media type application/json
Example
{
"status": "ok",
"data": {
"uri": "wc:abc123@2?relay-protocol=irn&symKey=...",
"qr_code": "data:image/png;base64,..."
}
}