Retrieve a list of individual copier symbols maps.
/copiers/{copier_id}/maps
{
"result": "success",
"status": 200,
"meta": {
"count": 32,
"limit": 1000,
"order": "desc",
"last_id": 123
},
"data": [
{
"id": 123,
"created_at": "2021-03-22T09:37:50.000000Z",
"updated_at": "2021-03-22T09:37:50.000000Z",
"lead_symbol_id": 3748,
"follower_symbol_id": 4086,
"lead_symbol": "EURNOK",
"follower_symbol": "EURNZD"
},
..... more maps .....
]
}
Sign up to our newsletter to keep up-to-date.