Response fields
array of objects
object
Describes a brokerage that SnapTrade supports.
id
string (format: uuid)
Unique identifier for the brokerage firm. This is the UUID used to reference the brokerage in SnapTrade.
slug
string
A short, unique identifier for the brokerage. It is usually the name of the brokerage in capital letters and will never change.
name
string
Full name of the brokerage.
display_name
string
A display-friendly name of the brokerage.
description
string
A brief description of the brokerage.
aws_s3_logo_url
string (format: url)
URL to the brokerage's logo.
aws_s3_square_logo_url
string (format: url) or null
URL to the brokerage's logo in square format.
url
string (format: url)
URL to the brokerage's website.
enabled
boolean
Whether the brokerage is enabled in SnapTrade. A disabled brokerage will not be available for new connections.
maintenance_mode
boolean
Whether the brokerage is currently in maintenance mode. A brokerage in maintenance mode will not be available for new connections.
allows_trading
boolean or null
Whether the brokerage allows trading through SnapTrade.
allows_fractional_units
boolean or null
This field is deprecated. Please contact us if you have a valid use case for it.
has_reporting
boolean or null
This field is deprecated. Please contact us if you have a valid use case for it.
is_real_time_connection
boolean
This field is deprecated. Please contact us if you have a valid use case for it.
brokerage_type
object
Type of brokerage. Currently supports traditional brokerages and crypto exchanges.
id
string (format: uuid)
name
string
exchanges
array of any
This field is deprecated. Please contact us if you have a valid use case for it.
open_url
string (format: url) or null
This field is deprecated.
1[2{3"id": "ebf91a5b-0920-4266-9e36-f6cfe8c40946",4"slug": "ROBINHOOD",5"name": "Robinhood",6"display_name": "Robinhood",7"description": "Robinhood is an American multinational financial services corporation based in Menlo Park, California.",8"aws_s3_logo_url": "https://passiv-brokerage-logos.s3.ca-central-1.amazonaws.com/robinhood-logo.png",9"aws_s3_square_logo_url": "https://passiv-brokerage-logos.s3.ca-central-1.amazonaws.com/robinhood-logo-square.png",10"url": "https://robinhood.com",11"enabled": true,12"maintenance_mode": true,13"allows_trading": true,14"allows_fractional_units": true,15"has_reporting": true,16"is_real_time_connection": true,17"brokerage_type": {18"id": "2bcd7cc3-e922-4976-bce1-9858296801c3",19"name": "Traditional Brokerage"20},21"exchanges": [22"2bcd7cc3-e922-4976-bce1-9858296801c3",23"4bcd8cc3-c122-4974-dc21-1858296801f4"24],25"open_url": "string"26}27]