Create a symbol map for an individual copier.
/copiers/{copier_id}/maps
{
"lead_symbol_id": 5884213,
"follower_symbol_id": 5884082
}
{
"result": "success",
"status": 200,
"data": {
"id": 13,
"created_at": "2021-03-22T09:47:26.000000Z",
"updated_at": "2021-03-22T09:47:26.000000Z",
"lead_symbol_id": 5884213,
"follower_symbol_id": 5884082,
"lead_symbol": "EURNOK",
"follower_symbol": "EURNZD"
}
}
Field | Required | Accepted | Description |
---|---|---|---|
lead_symbol_id | yes | integer | Lead account symbol ID |
follower_symbol_id | yes | integer | Follower account symbol ID |
Sign up to our newsletter to keep up-to-date.