Response fields
A single connection with a brokerage. Note that Connection and Brokerage Authorization are interchangeable, but the term Connection is preferred and used in the doc for consistency.
A connection is usually tied to a single login at a brokerage. A single connection can contain multiple brokerage accounts.
SnapTrade performs de-duping on connections for a given user. If the user has an existing connection with the brokerage, when connecting the brokerage with the same credentials, SnapTrade will return the existing connection instead of creating a new one.
idstring (format: uuid)Unique identifier for the connection (brokerage_authorization_id). This is the UUID used to reference the connection in SnapTrade.
created_datestring (format: date-time)Timestamp of when the connection was established in SnapTrade.
brokerageobjectDescribes a brokerage that SnapTrade supports.
idstring (format: uuid)Unique identifier for the brokerage firm. This is the UUID used to reference the brokerage in SnapTrade.
slugstringA short, unique identifier for the brokerage. It is usually the name of the brokerage in capital letters and will never change.
namestringFull name of the brokerage.
display_namestringA display-friendly name of the brokerage.
descriptionstringA brief description of the brokerage.
aws_s3_logo_urlstring (format: url)URL to the brokerage's logo.
aws_s3_square_logo_urlstring (format: url) or nullURL to the brokerage's logo in square format.
urlstring (format: url) or nullURL to the brokerage's website. Returns null if the brokerage has no website on record.
enabledbooleanWhether the brokerage is enabled in SnapTrade. A disabled brokerage will not be available for new connections.
maintenance_modebooleanWhether the brokerage is currently in maintenance mode. A brokerage in maintenance mode will not be available for new connections.
is_degradedbooleanWhether the brokerage is currently degraded. A degraded brokerage may have reduced functionality or be experiencing technical issues.
allows_tradingboolean or nullWhether the brokerage allows trading through SnapTrade.
allows_fractional_unitsboolean or nullThis field is deprecated. Please contact us if you have a valid use case for it.
has_reportingboolean or nullThis field is deprecated. Please contact us if you have a valid use case for it.
is_real_time_connectionbooleanThis field is deprecated. Please contact us if you have a valid use case for it.
brokerage_typeobjectType of brokerage. Currently supports traditional brokerages and crypto exchanges.
exchangesarray of anyThis field is deprecated. Please contact us if you have a valid use case for it.
open_urlstring (format: url) or nullThis field is deprecated.
namestringA short, human-readable name for the connection.
typestringWhether the connection is read-only or trade-enabled. A read-only connection can only be used to fetch data, while a trade-enabled connection can be used to place trades. Valid values are read and trade.
disabledbooleanWhether the connection is disabled. A disabled connection can no longer access the latest data from the brokerage, but will continue to return the last cached state. A connection can become disabled for many reasons and differs by brokerage. Here are some common scenarios:
- The user has changed their username or password at the brokerage.
- The user has explicitly removed the access grant at the brokerage.
- The session has expired at the brokerage and now requires explicit user re-authentication.
Please see this guide on how to fix a disabled connection.
disabled_datestring (format: date-time) or nullTimestamp of when the connection was disabled in SnapTrade.
metaobjectAdditional data about the connection. This information is specific to the brokerage and there's no standard format for this data. This field is deprecated and subject to removal in a future version.
updated_datestring (format: date-time)Timestamp of when the connection was last updated in SnapTrade. This field is deprecated. Please let us know if you have a valid use case for this field.
is_eligible_for_payoutbooleanWhether the connection is eligible for a payout. This is an experimental field that is NOT generally available for all partners. Do not use in production without speaking to the SnapTrade team.
data_freshness_modeobjectIndicates the data freshness provided by the institution and by SnapTrade for this connection. The two values are independent; the connection's data is effectively delayed if either value is delayed.
The "Data freshness" column on the SnapTrade Institution Support page (Positions & recent orders tab) identifies institutions whose connections are considered delayed on a Real-time plan because either institution or snaptrade is delayed.
institutionstringIndicates the freshness of the data provided by the institution. realtime means the institution provides current data; delayed means the institution itself does not allow intra-day data updates.
snaptradestringIndicates how SnapTrade retrieves data for this connection. realtime means SnapTrade retrieves current data from the institution during API calls. delayed means SnapTrade serves cached data, either because the customer's plan uses Daily data or because retrieving live data from the institution is too latency-intensive.
When this value is delayed, you can request updated data using the manual refresh endpoint.
1[2{3"id": "87b24961-b51e-4db8-9226-f198f6518a89",4"created_date": "2024-08-20T21:56:19.123Z",5"brokerage": {6"id": "ebf91a5b-0920-4266-9e36-f6cfe8c40946",7"slug": "ROBINHOOD",8"name": "Robinhood",9"display_name": "Robinhood",10"description": "Robinhood is an American multinational financial services corporation based in Menlo Park, California.",11"aws_s3_logo_url": "https://passiv-brokerage-logos.s3.ca-central-1.amazonaws.com/robinhood-logo.png",12"aws_s3_square_logo_url": "https://passiv-brokerage-logos.s3.ca-central-1.amazonaws.com/robinhood-logo-square.png",13"url": "https://robinhood.com",14"enabled": true,15"maintenance_mode": true,16"is_degraded": true,17"allows_trading": true,18"allows_fractional_units": true,19"has_reporting": true,20"is_real_time_connection": true,21"brokerage_type": {22"id": "2bcd7cc3-e922-4976-bce1-9858296801c3",23"name": "Traditional Brokerage"24},25"exchanges": [26"2bcd7cc3-e922-4976-bce1-9858296801c3",27"4bcd8cc3-c122-4974-dc21-1858296801f4"28],29"open_url": "string"30},31"name": "Connection-1",32"type": "trade",33"disabled": false,34"disabled_date": "2022-01-21T20:11:19.217Z",35"meta": {36"identifier": 12345637},38"updated_date": "2024-08-20T21:56:20.057Z",39"is_eligible_for_payout": true,40"data_freshness_mode": {41"institution": "realtime",42"snaptrade": "delayed"43}44}45]