Skip to main content
GET
/
account
/
{accountId}
/
positions
Get position events
curl --request GET \
  --url https://api.portal.blend.money/sdk/account/{accountId}/positions \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Publishable-Key: <api-key>'
{
  "status": "success",
  "data": {
    "accountId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "safeAddress": "0x1111111111111111111111111111111111111111",
    "events": [
      {}
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.blend.money/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Publishable-Key
string
header
required

Client-safe Account Type key, for example pk_live_....

Authorization
string
header
required

SIWE session token returned by /auth/verify.

Path Parameters

accountId
string<uuid>
required

Response

Position event history

status
enum<string>
required
Available options:
success
data
object
Last modified on May 5, 2026