Skip to main content
PUT
/
api
/
v1
/
stores
/
{storeId}
/
wallets
/
solana
/
active-wallet
Set the active wallet for all solana networks
curl --request PUT \
  --url https://api.zenobank.io/api/v1/stores/{storeId}/wallets/solana/active-wallet \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --data '
{
  "walletAddress": "So11111111111111111111111111111111111111112"
}
'

Headers

x-api-key
string<password>
required

External API Key

Path Parameters

storeId
string
required

Body

application/json
walletAddress
string
required
Example:

"So11111111111111111111111111111111111111112"

Response

200 - undefined