curl -X GET 'https://crypto-api.yativo.com/api/v1/accounts/get-connections?account_id=acc_01HX9KZMB3F7VNQP8R2WDGT4E5' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{"data":[],"status":true,"message":"No Connections Available!"}
Accounts
List Connections
Retrieve blockchain network connections for an account
GET
/
v1
/
accounts
/
get-connections
curl -X GET 'https://crypto-api.yativo.com/api/v1/accounts/get-connections?account_id=acc_01HX9KZMB3F7VNQP8R2WDGT4E5' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{"data":[],"status":true,"message":"No Connections Available!"}
string
required
Bearer token:
Bearer YOUR_ACCESS_TOKENstring
Filter connections by account ID. If omitted, returns all connections for the authenticated user.
curl -X GET 'https://crypto-api.yativo.com/api/v1/accounts/get-connections?account_id=acc_01HX9KZMB3F7VNQP8R2WDGT4E5' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{"data":[],"status":true,"message":"No Connections Available!"}

