cURL
curl --request GET \ --url https://api.blend.money/extern/{neobankId}/{accountTypeId}/account/{accountId}/returns \ --header 'X-API-Key: <api-key>'
{ "status": "<string>", "data": { "accountId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "currentUsd": 123, "totalDeposited": 123, "totalWithdrawn": 123, "netDeposited": 123, "returnsUsd": 123, "returnsPct": 123 } }
Calculates the account’s returns as the difference between current vault balance and net deposits (deposits minus withdrawals).
SHA-256 hashed API key issued per organization
Account UUID (returned by GET /account)
Returns breakdown
"success"
Show child attributes
Was this page helpful?