GetRate

GetRate

Example

{"id": 11, "type":"GetRate", "body": {"symbol":"USDJPY.s"}}

Request Body Fields:

Parameter
Required
Type
Description

symbol

string

the name of the symbol

Responce Type - GetRate

Responce Body Fields:

Parameter
Always returned
Type
Description

symbol

string

the name of the symbol

rate_to_account_currency

float

rate_to_account_currency

Example:

{"type": "GetRate", "id":11, "body": {"symbol": "USDJPY.s", "rate_to_account_currency":0.00693915}}

Last updated