Skip to main content
All API requests require an API key to be passed as Bearer token in the Authorization header. Use the appropriate base URL for your environment and include the header on every call. If the token is missing or invalid, the API returns a 401 response. Example request with authentication
cURL
curl -X GET "https://sandbox.trybraid.xyz/v2/portfolio-wallets" \
  -H "Authorization: Bearer $TOKEN"
Sandbox base URL is https://sandbox.trybraid.xyz and production is https://production.trybraid.xyz. Swap the base URL without changing your requests to move between environments.