Client

Create Clients

Use this endpoint to register new clients

POST https://ecn.afexnigeria.com/AFEXOVS/api/v1/client/create/multiple

This endpoint is used to register new clients on the ECN through an OMS. A list of objects is expected to be passed as the request body.

Request body (Plain):

Request Body

Name
Type
Description

first_name*

String

last_name*

String

client_type*

String

email*

String

address*

String

phone*

String

country_code*

String

{
    "message""Transaction submitted successfully, some data passed validation. Now submitted for approval. Pls do check the failed_data key for data that was rejected by validation",
    "responseCode""100",
    "request_id""2020-04-29T11:39:27.747964",
    "failed_data": []
}

List Clients

Use this endpoint to fetch a list of clients attached to your OMS

GET https://ecn.afexnigeria.com/AFEXOVS/api/v1/clients

This endpoint list all the client account registered with the OMS provider.

Client Wallet

Use this endpoint to pull a list of all clients attached to your OMS and their wallet positions

GET https://ecn.afexnigeria.com/AFEXOVS/api/v1/wallets

Client Portfolio

Use this endpoint to pull a list of all clients attached to your OMS and their Portfolio positions

GET https://ecn.afexnigeria.com/AFEXOVS/api/v1/portfolio

This endpoint list all the client securities that are connected to the OMS provider.

Single Client Portfolio

Use this endpoint to pull the portfolio position of a specific client

This endpoint list all securities belonging to a particular client.

GET https://ecn.afexnigeria.com/AFEXOVS/api/v1/portfolio/{client_cid}

Path Parameters

Name
Type
Description

client_cid*

String

Last updated