GetAllCurrencies
Testing Env
https://taccounting.vodoerp.com
Testing Env
https://taccounting.vodoerp.com
GET
/api/v4/currency
Last modified:2025-04-06 12:28:16
Get Currency Information
This is a GET request and does not require a request body.
status
(boolean): Indicates the status of the response.message
(string): A message related to the response.data
(object): Contains the currency data.current_page
(integer): The current page number.data
(array): Array of currency objects.id
(integer): The ID of the currency.name
(string): The name of the currency.code
(string): The currency code.symbol
(string): The currency symbol.type
(string): The type of currency.first_page_url
(string): The URL of the first page.from
(integer): The starting index of the result.last_page
(integer): The last page number.last_page_url
(string): The URL of the last page.next_page_url
(string): The URL of the next page.path
(string): The base path for the request.per_page
(integer): The number of items per page.prev_page_url
(string): The URL of the previous page.to
(integer): The ending index of the result.total
(integer): The total number of items.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://taccounting.vodoerp.com/api/v4/currency' \
--header 'secure-business-key: 14807664478836358b0.31329842' \
--header 'Accept-Language: ar' \
--header 'apikey: efe2db322a53' \
--header 'platform-key: 123456789' \
--header 'platform: web'
Response Response Example
{
"status": true,
"message": "done",
"data": {
"current_page": 1,
"data": [
{
"id": 126,
"name": "Saudi Riyal",
"code": "SAR",
"symbol": "﷼",
"type": "0"
},
{
"id": 158,
"name": "US Dollar",
"code": "USD",
"symbol": "$",
"type": "1"
},
{
"id": 1,
"name": "Afghan Afghani",
"code": "AFA",
"symbol": "؋",
"type": "1"
},
{
"id": 48,
"name": "Egyptian Pound",
"code": "EGP",
"symbol": "ج.م",
"type": "1"
},
{
"id": 48,
"name": "Egyptian Pound",
"code": "EGP",
"symbol": "ج.م",
"type": "1"
}
],
"first_page_url": "https://accounting.vodoglobal.com/api/v4/currency?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "https://accounting.vodoglobal.com/api/v4/currency?page=1",
"next_page_url": null,
"path": "https://accounting.vodoglobal.com/api/v4/currency",
"per_page": 10,
"prev_page_url": null,
"to": 5,
"total": 5
}
}
Request
Query Params
pagination
string
optional
Example:
true
filter_keyword
string
optional
Example:
US
filter_id
string
optional
Example:
2
Header Params
secure-business-key
string
required
Example:
14807664478836358b0.31329842
Accept-Language
string
required
Example:
ar
apikey
string
required
Example:
efe2db322a53
platform-key
string
required
Example:
123456789
platform
string
required
Example:
web