Create Book FX by currency
POST https://api-test.instarem.com:4803/api/v1/bookfx/currency/create
Create a Book FX using a currency pair of default accounts.
Request Body
{"request_id"=>"Test21323", "buy_currency"=>"USD", "sell_currency"=>"CAD", "sell_amount"=>100, "description"=>"USD To CAD Forex."}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
authorization | string | Authentication token | |
content-type | string | The Content-Type entity header is used to indicate the media type of the resource. Expected value is application/json. | |
Accept | string | ||
Content-Type | string |