curl -X GET 'https://crypto-api.yativo.com/api/accounts/get-connections?account_id=acc_01HX9KZMB3F7VNQP8R2WDGT4E5' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{"data":[],"status":true,"message":"No Connections Available!"}
Retrieve blockchain network connections for an account
curl -X GET 'https://crypto-api.yativo.com/api/accounts/get-connections?account_id=acc_01HX9KZMB3F7VNQP8R2WDGT4E5' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{"data":[],"status":true,"message":"No Connections Available!"}
Bearer YOUR_ACCESS_TOKENcurl -X GET 'https://crypto-api.yativo.com/api/accounts/get-connections?account_id=acc_01HX9KZMB3F7VNQP8R2WDGT4E5' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{"data":[],"status":true,"message":"No Connections Available!"}