Response fields
array of objectsobjectDescribes 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)URL to the brokerage's website.
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.
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.
idstring (format: uuid)namestringexchangesarray 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.
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]