Create copier map .

POST

Create a symbol map for an individual copier.

Request

/copiers/{copier_id}/maps

Body

{
    "lead_symbol_id": 5884213,
    "follower_symbol_id": 5884082
}

Response

{
    "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"
    }
}

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.