Skip to main content
GET
/
account
/
{accountId}
/
returns
Returns calculation
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
  }
}

Authorizations

X-API-Key
string
header
required

SHA-256 hashed API key issued per organization

Path Parameters

accountId
string<uuid>
required

Account UUID (returned by GET /account)

Response

Returns breakdown

status
string
required
Allowed value: "success"
data
object
Last modified on March 20, 2026