/copiers/{copier_id}/maps
Create a symbol map for an individual copier.
{
"lead_symbol_id":{lead_symbol_id},
"follower_symbol_id":{follower_symbol_id}
}
{
"result": "success",
"status": 200,
"data": {
"id": 398432,
"created_at": "2025-04-25T15:05:24Z",
"updated_at": "2025-04-25T15:05:24Z",
"lead_symbol_id": 272379197,
"follower_symbol_id": 272354498,
"lead_symbol": "UsaTec",
"follower_symbol": "UsaTecJun25"
}
}
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.