Create copier map .

POST
Endpoint
/copiers/{copier_id}/maps
Description

Create a symbol map for an individual copier.

Request example
{
    "lead_symbol_id":{lead_symbol_id},
    "follower_symbol_id":{follower_symbol_id}
}
Response example
{
    "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"
    }
}

Attributes

Field Required Accepted Description
lead_symbol_id yes integer Lead account symbol ID
follower_symbol_id yes integer Follower account symbol ID

Stay in the loop.

Sign up to our newsletter to keep up-to-date.