Skip to main content
POST
/
v1
/
trading
/
connect
Connect brokerage
curl --request POST \
  --url https://api.usenaive.ai/v1/trading/connect \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "env": "paper",
  "scope": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Body

application/json
env
enum<string>
default:paper
Available options:
paper,
live
scope
string

Response

OK.

The response is of type object.