Skip to main content
POST
/
api
/
brokers
/
demo
Create demo account
curl --request POST \
  --url https://api.easierprop.com/api/brokers/demo \
  --header 'Content-Type: application/json' \
  --data '
{
  "company": "MetaQuotes",
  "group": "demo",
  "leverage": 100,
  "currency": "USD"
}
'
{
  "ok": true,
  "data": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.easierprop.com/llms.txt

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

Body

application/json
company
string
required

Broker company name

Example:

"MetaQuotes"

group
string
default:demo

Server group

leverage
integer
default:100
currency
string
default:USD

Response

200 - application/json

Demo account created

ok
boolean
Example:

true

data
object