GET
/
otc-exchanges
/
wallets
List eligible Receive-into USDC wallets
curl --request GET \
  --url https://api.balansas.com/functions/v1/customer-api/otc-exchanges/wallets \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "id": "660e8400-e29b-41d4-a716-446655440001",
      "label": "Treasury vault",
      "usdcAddress": "0xabcdef0123456789abcdef0123456789abcdef01"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Customer API key. Send as x-api-key: sk_... or Authorization: Bearer sk_.... Write operations also require an X-CSRF-Token header (64-char hex).

Response

Success

data
object[]
required