Currencies
The available APIs for currencies are explained below.
setting/currency/get
This gets a list of currencies from the Equotix One account.
Path
/api/setting/currency/get
POST Parameters
Name | Type | Required | Description |
domain | string | Yes | The domain you are assigned to authenticate your Equotix One account. |
api_key | string | Yes | The email address assigned to the user account in your Equotix One. |
auth_timestamp | int | Yes | The unix timestamp used to sign this API request. |
auth_signature | string | Yes |
The calculated signature for this API request. |
Response Parameters
Name | Type | Description |
currencies | object | The items results. |
> currency_id | int | The currency ID. |
> code | string | The currency code. |
> symbol_left | string | The currency symbol left. |
> symbol_right | string | The currency symbol right. |
> decimal_place | float | The currency decimal places. |
> value | float | The currency value. |
> date_modified | string | The currency date last modified. |
Comments
0 comments
Article is closed for comments.