Dexomy Api Doc
API Endpoint
https://api.dexomy.com
Welcome to the official API documentation for Dexomy. This comprehensive guide is designed to assist developers in integrating their applications with our platform, enabling seamless access to a wide range of cryptocurrency trading features. To begin integrating your application with Tradexpro, please refer to the API documentation sections below. These sections provide detailed information on authentication, available endpoints, request and response formats, error handling, and best practices for using our APIs effectively.
API Key Setup
You need "Public Key" and "Secret Key" to access our apis. Here gose how to find "Public Key" and "Secret Key" in user account.
https:/dexomy.com/user/settings
Follow above url where you will find the page to get "Public Key" and "Secret Key". On this page has a section called "Genarete Secret Key", In this section you can get
"Public Key" and "Secret Key".
get Site Settings
Example Request curl
curl --location 'https://dexomy.com/api/v2/site-settings' \
--header 'Accept: application/json' \
--header 'userpublickey: 893EB6EE17666AC245B7C1AB2F54F'
https://dexomy.com/api/v2/site-settings
This end point share our app meta data.
Example Request json
{
"base_currency": "USD",
"currency": "USD",
"currency_symbol": "$",
"app_title": "Dexomy Admin",
"copyright_text": "Copyright@2024",
"exchange_url": "https://dexomy.com",
"knowledgebase_support_user_link": "https://dexomy.com/knowledgebase",
"public_key": "893EB6EE17666AC245B7C1AB2F54F"
}
HEADERS
| Accept | application/json | |
| userpublickey | 893EB6EE17666AC245B7C1AB2F54F |
get Faq List
Example Request curl
curl --location 'https://dexomy.com/api/v2/faq-list' \
--header 'Accept: application/json' \
--header 'userpublickey: 893EB6EE17666AC245B7C1AB2F54F'
https://dexomy.com/api/v2/faq-list?page=&per_page=
This end point share our list of FAQ
Example Request Body
{
"success": true,
"message": "Faq List!",
"data": {
"current_page": 1,
"data": [
{
"id": 6,
"question": "What about the deposit process ?",
"answer": "Aenean condimentum nibh vel enim sodales scelerisque. Mauris quisn pellentesque odio, in vulputate turpis. Integer condimentum eni lorem pellentesque euismod. Nam rutrum accumsan nisl vulputate.",
"status": 1,
"author": 1,
"created_at": "2023-09-26T07:16:50.000000Z",
"updated_at": "2023-09-26T07:16:50.000000Z",
"faq_type_id": null
}
...
],
"first_page_url": "http://dexomy.com/api/faq-list?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://dexomy.com/api/faq-list?page=1",
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://dexomy.com/api/faq-list?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"next_page_url": null,
"path": "http://dexomy.com/api/faq-list",
"per_page": 200,
"prev_page_url": null,
"to": 7,
"total": 7
}
}
HEADERS
| Accept | application/json | |
| userpublickey | 893EB6EE17666AC245B7C1AB2F54F |
PARAMS
| page | per_page |
get Market Overview Coin Statistic List
Example Request curl
curl --location 'https://dexomy.com/api/v2/market-overview-coin-statistic-list?currency_type=' \
--header 'Accept: application/json' \
--header 'userpublickey: 893EB6EE17666AC245B7C1AB2F54F'
https://dexomy.com/api/v2/market-overview-coin-statistic-list?currency_type=
This end point share our app market statictic of currency.
Example Request Body
{
"success": true,
"message": "Market coin list",
"data": {
"highlight_coin": [
{
"id": 20,
"coin_icon": null,
"coin_type": "USDC",
"usdt_price": "1.00000000",
"change": 0,
"coin_created_at": "2024-01-25T10:36:57.000000Z",
"coin_pair_updated_at": "2024-01-25T10:36:57.000000Z",
"currency_symbol": "$"
},
{
"id": 1,
"coin_icon": null,
"coin_type": "BTC",
"usdt_price": "38917.00000000",
"change": "-2.21122100",
"coin_created_at": "2023-09-26T07:16:49.000000Z",
"coin_pair_updated_at": "2024-01-24T06:32:24.000000Z",
"currency_symbol": "$"
},
{
"id": 19,
"coin_icon": null,
"coin_type": "FTT",
"usdt_price": "1.00000000",
"change": 0,
"coin_created_at": "2024-01-17T06:25:22.000000Z",
"coin_pair_updated_at": "2024-01-17T06:25:22.000000Z",
"currency_symbol": "$"
}
],
"new_listing": [
{
"id": 20,
"coin_icon": null,
"coin_type": "USDC",
"usdt_price": "1.00000000",
"change": 0,
"coin_created_at": "2024-01-25T10:36:57.000000Z",
"coin_pair_updated_at": "2024-01-25T10:36:57.000000Z",
"currency_symbol": "$"
},
{
"id": 19,
"coin_icon": null,
"coin_type": "FTT",
"usdt_price": "1.00000000",
"change": 0,
"coin_created_at": "2024-01-17T06:25:22.000000Z",
"coin_pair_updated_at": "2024-01-17T06:25:22.000000Z",
"currency_symbol": "$"
},
{
"id": 18,
"coin_icon": null,
"coin_type": "ALL",
"usdt_price": "1.00000000",
"change": 0,
"coin_created_at": "2024-01-15T11:58:30.000000Z",
"coin_pair_updated_at": "2024-01-15T11:58:30.000000Z",
"currency_symbol": "$"
}
],
"top_gainer_coin": [
{
"id": 2,
"coin_icon": null,
"coin_type": "USDT",
"usdt_price": "1.00000000",
"change": 0,
"coin_created_at": "2023-09-26T07:16:49.000000Z",
"coin_pair_updated_at": "2023-09-26T07:16:49.000000Z",
"currency_symbol": "$"
},
{
"id": 3,
"coin_icon": null,
"coin_type": "ETH",
"usdt_price": "1.00000000",
"change": 0,
"coin_created_at": "2023-09-26T12:01:58.000000Z",
"coin_pair_updated_at": "2023-09-26T12:01:58.000000Z",
"currency_symbol": "$"
},
{
"id": 4,
"coin_icon": null,
"coin_type": "LTC",
"usdt_price": "1.00000000",
"change": 0,
"coin_created_at": "2023-09-26T12:02:49.000000Z",
"coin_pair_updated_at": "2023-09-26T12:02:49.000000Z",
"currency_symbol": "$"
}
],
"top_volume_coin": [
{
"id": 1,
"coin_icon": null,
"coin_type": "BTC",
"usdt_price": "38917.00000000",
"change": "-2.21122100",
"coin_created_at": "2023-09-26T07:16:49.000000Z",
"coin_pair_updated_at": "2024-01-24T06:32:24.000000Z",
"currency_symbol": "$"
},
]
}
}
HEADERS
| Accept | application/json | |
| userpublickey | 893EB6EE17666AC245B7C1AB2F54F |
PARAMS
| currency_type |
Optional: String Currency ISO Code Example: USD |
get Market Overview Top Coin List
Example Request curl
curl --location 'https://dexomy.com/api/v2/market-overview-top-coin-list?type=¤cy_type=&limit=&page=&search=' \
--header 'Accept: application/json' \
--header 'userpublickey: 893EB6EE17666AC245B7C1AB2F54F'
https://dexomy.com/api/v2/market-overview-top-coin-list?type=¤cy_type=&limit=&page=&search="
This end point share our app market statictic of top currency.
Example Request Body
{
"success": true,
"message": "Top coin list",
"data": {
"current_page": 1,
"data": [
{
"id": 1,
"volume": "41.48802600",
"change": "-2.21122100",
"high": "39797.00000000",
"low": "38860.00000000",
"price": "38917.00000000",
"coin_icon": null,
"created_at": "2023-12-28T09:51:55.000000Z",
"coin_type": "BTC",
"coin_id": 1,
"total_balance": 38527830039623.81,
"base_coin_type": "USDT"
}
],
"first_page_url": "http://dexomy.com/api/market-overview-top-coin-list?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://dexomy.com/api/market-overview-top-coin-list?page=1",
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://dexomy.com/api/market-overview-top-coin-list?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"next_page_url": null,
"path": "http://dexomy.com/api/market-overview-top-coin-list",
"per_page": 25,
"prev_page_url": null,
"to": 1,
"total": 1
}
}
HEADERS
| Accept | application/json | |
| userpublickey | 893EB6EE17666AC245B7C1AB2F54F |
PARAMS
| type |
Required: Integer 1 = All market coins list 2 = Spot market coins list 3 = Future market coins list 4 = New Coins List |
|
| currency_type |
Optional: String Currency ISO Code Example: USD |
|
| limit | Optional: Integer | |
| page | Optional: Integer | |
| search | Optional: String |
get Currency List
Example Request curl
curl --location 'https://dexomy.com/api/v2/currency-list' \
--header 'Accept: application/json' \
--header 'userpublickey: 893EB6EE17666AC245B7C1AB2F54F'
https://dexomy.com/api/v2/currency-list
This end point share our app currency list.
Example Request Body
{
"success": true,
"message": "Fiat currency active List",
"data": [
{
"label": "USD",
"value": "USD"
},
{
"label": "EUR",
"value": "EUR"
}
]
}
HEADERS
| Accept | application/json | |
| userpublickey | 893EB6EE17666AC245B7C1AB2F54F |
get Exchange All Orders
Example Request curl
curl --location 'https://dexomy.com/api/v2/get-exchange-all-orders?dashboard_type=&order_type=&base_coin_id=&trade_coin_id=&per_page=&page=' \
--header 'Accept: application/json' \
--header 'userpublickey: 893EB6EE17666AC245B7C1AB2F54F'
https://dexomy.com/api/v2/get-exchange-all-orders?dashboard_type=&order_type=&base_coin_id=&trade_coin_id=&per_page=&page=
This end point share all orders of specific coin pair.
Example Request Body
{
"success": true,
"data": {
"buy_orders": {
"current_page": 1,
"data": [
{
"created_at": "2024-01-23 12:27:47",
"status": 0,
"processed": "0.69138400",
"price": "38916.00000000",
"amount": "0.539038",
"total": "20977.202808",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:29:29",
"status": 0,
"processed": "0.00000000",
"price": "38915.00000000",
"amount": "0.895438",
"total": "34845.96977",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:29:03",
"status": 0,
"processed": "0.00000000",
"price": "38913.00000000",
"amount": "0.831096",
"total": "32340.438648",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:29:14",
"status": 0,
"processed": "0.00000000",
"price": "38910.00000000",
"amount": "0.12974",
"total": "5048.1834",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:27:21",
"status": 0,
"processed": "0.00000000",
"price": "38907.00000000",
"amount": "0.244638",
"total": "9518.130666",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:24:43",
"status": 0,
"processed": "0.50792500",
"price": "38906.00000000",
"amount": "1.516512",
"total": "59001.415872",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:29:10",
"status": 0,
"processed": "0.00000000",
"price": "38905.00000000",
"amount": "0.144862",
"total": "5635.85611",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:27:13",
"status": 0,
"processed": "0.00000000",
"price": "38894.00000000",
"amount": "1.166965",
"total": "45387.93671",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:14:15",
"status": 0,
"processed": "0.03539800",
"price": "38860.00000000",
"amount": "0.156995",
"total": "6100.8257",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:36:29",
"status": 0,
"processed": "0.00000000",
"price": "38859.00000000",
"amount": "0.221643",
"total": "8612.825337",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:36:22",
"status": 0,
"processed": "0.00000000",
"price": "38857.00000000",
"amount": "0.234584",
"total": "9115.230488",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:14:11",
"status": 0,
"processed": "0.00000000",
"price": "38856.00000000",
"amount": "0.386086",
"total": "15001.757616",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:14:07",
"status": 0,
"processed": "0.00000000",
"price": "38854.00000000",
"amount": "0.468696",
"total": "18210.714384",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:15:35",
"status": 0,
"processed": "0.00000000",
"price": "38853.02000000",
"amount": "0.064518",
"total": "2506.71914436",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:14:17",
"status": 0,
"processed": "0.00000000",
"price": "38853.00000000",
"amount": "2.872857",
"total": "111619.113021",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:14:36",
"status": 0,
"processed": "0.00000000",
"price": "38851.00000000",
"amount": "2.431772",
"total": "94476.773972",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:18:43",
"status": 0,
"processed": "0.00000000",
"price": "38850.00000000",
"amount": "0.908527",
"total": "35296.27395",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:14:19",
"status": 0,
"processed": "0.00000000",
"price": "38849.00000000",
"amount": "0.066811",
"total": "2595.540539",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:15:33",
"status": 0,
"processed": "0.00000000",
"price": "38848.00000000",
"amount": "0.392333",
"total": "15241.352384",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:14:22",
"status": 0,
"processed": "0.00000000",
"price": "38847.00000000",
"amount": "1.930452",
"total": "74992.268844",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:15:46",
"status": 0,
"processed": "0.00000000",
"price": "38846.00000000",
"amount": "3.522779",
"total": "136845.873034",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:14:44",
"status": 0,
"processed": "0.00000000",
"price": "38845.00000000",
"amount": "0.684483",
"total": "26588.742135",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:14:21",
"status": 0,
"processed": "0.00000000",
"price": "38842.00000000",
"amount": "0.407019",
"total": "15809.431998",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:15:25",
"status": 0,
"processed": "0.00000000",
"price": "38841.00000000",
"amount": "0.868746",
"total": "33742.963386",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:36:20",
"status": 0,
"processed": "0.00000000",
"price": "38839.00000000",
"amount": "0.032851",
"total": "1275.899989",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:15:56",
"status": 0,
"processed": "0.00000000",
"price": "38838.00000000",
"amount": "1.277084",
"total": "49599.388392",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:15:30",
"status": 0,
"processed": "0.00000000",
"price": "38837.00000000",
"amount": "0.118385",
"total": "4597.718245",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:18:02",
"status": 0,
"processed": "0.00000000",
"price": "38836.00000000",
"amount": "0.274121",
"total": "10645.763156",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:33:06",
"status": 0,
"processed": "0.00000000",
"price": "38835.00000000",
"amount": "0.064112",
"total": "2489.78952",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:18:12",
"status": 0,
"processed": "0.00000000",
"price": "38834.00000000",
"amount": "0.773461",
"total": "30036.584474",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:16:01",
"status": 0,
"processed": "0.00000000",
"price": "38833.38000000",
"amount": "0.386217",
"total": "14998.11152346",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:16:14",
"status": 0,
"processed": "0.00000000",
"price": "38833.00000000",
"amount": "1.628807",
"total": "63251.462231",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:15:29",
"status": 0,
"processed": "0.00000000",
"price": "38832.00000000",
"amount": "0.265025",
"total": "10291.4508",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:18:27",
"status": 0,
"processed": "0.00000000",
"price": "38831.25000000",
"amount": "0.232018",
"total": "9009.5489625",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:18:23",
"status": 0,
"processed": "0.00000000",
"price": "38831.00000000",
"amount": "1.448208",
"total": "56235.364848",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:18:06",
"status": 0,
"processed": "0.00000000",
"price": "38828.00000000",
"amount": "0.083839",
"total": "3255.300692",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:19:10",
"status": 0,
"processed": "0.00000000",
"price": "38827.00000000",
"amount": "0.05631",
"total": "2186.34837",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:16:12",
"status": 0,
"processed": "0.00000000",
"price": "38826.00000000",
"amount": "0.023634",
"total": "917.613684",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:16:08",
"status": 0,
"processed": "0.00000000",
"price": "38825.00000000",
"amount": "1.672044",
"total": "64917.1083",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:16:19",
"status": 0,
"processed": "0.00000000",
"price": "38824.00000000",
"amount": "0.023634",
"total": "917.566416",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:16:05",
"status": 0,
"processed": "0.00000000",
"price": "38823.00000000",
"amount": "0.327371",
"total": "12709.524333",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:33:01",
"status": 0,
"processed": "0.00000000",
"price": "38821.00000000",
"amount": "0.45011",
"total": "17473.72031",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:37:38",
"status": 0,
"processed": "0.00000000",
"price": "38820.00000000",
"amount": "0.31573",
"total": "12256.6386",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:19:02",
"status": 0,
"processed": "0.00000000",
"price": "38819.00000000",
"amount": "1.478072",
"total": "57377.276968",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:37:44",
"status": 0,
"processed": "0.00000000",
"price": "38818.00000000",
"amount": "0.064399",
"total": "2499.840382",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:32:56",
"status": 0,
"processed": "0.00000000",
"price": "38817.00000000",
"amount": "0.660446",
"total": "25636.532382",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:19:06",
"status": 0,
"processed": "0.00000000",
"price": "38815.00000000",
"amount": "1.234777",
"total": "47927.869255",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:36:10",
"status": 0,
"processed": "0.00000000",
"price": "38814.00000000",
"amount": "0.14618",
"total": "5673.83052",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:16:22",
"status": 0,
"processed": "0.00000000",
"price": "38813.00000000",
"amount": "0.006954",
"total": "269.905602",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:33:22",
"status": 0,
"processed": "0.00000000",
"price": "38812.61000000",
"amount": "0.00945",
"total": "366.7791645",
"my_size": 0,
"is_favorite": null
}
],
"first_page_url": "http://dexomy.com/api/get-exchange-all-orders-app?order_type=ase&base_coin_id=2&trade_coin_id=1&page=1",
"from": 1,
"last_page": 2,
"last_page_url": "http://dexomy.com/api/get-exchange-all-orders-app?order_type=ase&base_coin_id=2&trade_coin_id=1&page=2",
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://dexomy.com/api/get-exchange-all-orders-app?order_type=ase&base_coin_id=2&trade_coin_id=1&page=1",
"label": "1",
"active": true
},
{
"url": "http://dexomy.com/api/get-exchange-all-orders-app?order_type=ase&base_coin_id=2&trade_coin_id=1&page=2",
"label": "2",
"active": false
},
{
"url": "http://dexomy.com/api/get-exchange-all-orders-app?order_type=ase&base_coin_id=2&trade_coin_id=1&page=2",
"label": "Next »",
"active": false
}
],
"next_page_url": "http://dexomy.com/api/get-exchange-all-orders-app?order_type=ase&base_coin_id=2&trade_coin_id=1&page=2",
"path": "http://dexomy.com/api/get-exchange-all-orders-app",
"per_page": 50,
"prev_page_url": null,
"to": 50,
"total": 76
},
"sell_orders": {
"current_page": 1,
"data": [
{
"created_at": "2024-01-23 12:27:33",
"status": 0,
"processed": "1.64750600",
"price": "38917.00000000",
"amount": "11.701853",
"total": "455401.013201",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:29:29",
"status": 0,
"processed": "0.00000000",
"price": "38919.00000000",
"amount": "0.064294",
"total": "2502.258186",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:27:51",
"status": 0,
"processed": "0.00000000",
"price": "38922.00000000",
"amount": "2.915813",
"total": "113489.273586",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:29:36",
"status": 0,
"processed": "0.00000000",
"price": "38924.00000000",
"amount": "0.388407",
"total": "15118.354068",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:29:19",
"status": 0,
"processed": "0.00000000",
"price": "38927.00000000",
"amount": "0.052912",
"total": "2059.705424",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:29:22",
"status": 0,
"processed": "0.00000000",
"price": "38928.00000000",
"amount": "1.013098",
"total": "39437.878944",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:29:41",
"status": 0,
"processed": "0.00000000",
"price": "38931.00000000",
"amount": "0.241974",
"total": "9420.289794",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:29:45",
"status": 0,
"processed": "0.00000000",
"price": "38932.41000000",
"amount": "0.041029",
"total": "1597.35784989",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:29:43",
"status": 0,
"processed": "0.00000000",
"price": "38933.00000000",
"amount": "0.032815",
"total": "1277.586395",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:22:53",
"status": 0,
"processed": "0.14713300",
"price": "38941.00000000",
"amount": "0.173328",
"total": "6749.565648",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:22:57",
"status": 0,
"processed": "0.00000000",
"price": "38942.00000000",
"amount": "0.224153",
"total": "8728.966126",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:24:06",
"status": 0,
"processed": "0.00000000",
"price": "38943.00000000",
"amount": "0.25",
"total": "9735.75",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:22:47",
"status": 0,
"processed": "0.00000000",
"price": "38944.00000000",
"amount": "1.017641",
"total": "39631.011104",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:22:51",
"status": 0,
"processed": "0.00000000",
"price": "38945.00000000",
"amount": "0.847024",
"total": "32987.34968",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:22:49",
"status": 0,
"processed": "0.00000000",
"price": "38950.00000000",
"amount": "0.428167",
"total": "16677.10465",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:25:49",
"status": 0,
"processed": "0.00000000",
"price": "38953.00000000",
"amount": "0.953706",
"total": "37149.709818",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:26:09",
"status": 0,
"processed": "0.00000000",
"price": "38955.00000000",
"amount": "0.540083",
"total": "21038.933265",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:26:06",
"status": 0,
"processed": "0.00000000",
"price": "38957.00000000",
"amount": "0.529334",
"total": "20621.264638",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:25:44",
"status": 0,
"processed": "0.00000000",
"price": "38958.00000000",
"amount": "0.722487",
"total": "28146.648546",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:25:51",
"status": 0,
"processed": "0.00000000",
"price": "38961.00000000",
"amount": "0.015423",
"total": "600.895503",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:25:40",
"status": 0,
"processed": "0.00000000",
"price": "38965.00000000",
"amount": "0.376191",
"total": "14658.282315",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:25:53",
"status": 0,
"processed": "0.00000000",
"price": "38966.00000000",
"amount": "0.709643",
"total": "27651.949138",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:25:30",
"status": 0,
"processed": "0.00000000",
"price": "38970.00000000",
"amount": "26.602433",
"total": "1036696.81401",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-23 12:12:03",
"status": 0,
"processed": "0.00000000",
"price": "38987.00000000",
"amount": "0.134536",
"total": "5245.155032",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-19 06:48:53",
"status": 0,
"processed": "0.00000000",
"price": "41361.00000000",
"amount": "1.55056",
"total": "64132.71216",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-19 06:49:13",
"status": 0,
"processed": "0.00000000",
"price": "41418.00000000",
"amount": "0.452369",
"total": "18736.219242",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-19 06:48:51",
"status": 0,
"processed": "0.00000000",
"price": "41437.00000000",
"amount": "0.82369",
"total": "34131.24253",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-19 06:49:00",
"status": 0,
"processed": "0.00000000",
"price": "41439.00000000",
"amount": "0.098595",
"total": "4085.678205",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-19 06:50:44",
"status": 0,
"processed": "0.00000000",
"price": "41470.00000000",
"amount": "0.729332",
"total": "30245.39804",
"my_size": 0,
"is_favorite": null
},
{
"created_at": "2024-01-19 06:51:08",
"status": 0,
"processed": "0.00000000",
"price": "41471.00000000",
"amount": "0.3134",
"total": "12997.0114",
"my_size": 0,
"is_favorite": null
}
],
"first_page_url": "http://dexomy.com/api/get-exchange-all-orders-app?order_type=ase&base_coin_id=2&trade_coin_id=1&page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://dexomy.com/api/get-exchange-all-orders-app?order_type=ase&base_coin_id=2&trade_coin_id=1&page=1",
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://dexomy.com/api/get-exchange-all-orders-app?order_type=ase&base_coin_id=2&trade_coin_id=1&page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"next_page_url": null,
"path": "http://dexomy.com/api/get-exchange-all-orders-app",
"per_page": 50,
"prev_page_url": null,
"to": 30,
"total": 30
},
"order_type": "buy_sell",
"total_sell_volume": "53.94429",
"total_buy_volume": "1905699.15864788"
},
"message": "All Orders"
}
HEADERS
| Accept | application/json | |
| userpublickey | 893EB6EE17666AC245B7C1AB2F54F |
PARAMS
| dashboard_type |
Optional: String Example: "dashboard" |
|
| order_type |
Optional: String Example: "buy" or "sell" |
|
| base_coin_id |
Optional: Integer Example: 1 |
|
| trade_coin_id |
Optional: Integer Example: 2 |
|
| per_page | Optional: Integer | |
| page | Optional: Integer |
get Pair List
Example Request curl
curl --location 'https://dexomy.com/api/v2/get-pair-list' \
--header 'Accept: application/json' \
--header 'userpublickey: 893EB6EE17666AC245B7C1AB2F54F'
https://dexomy.com/api/v2/get-pair-list
This end point share all coin pair.
Example Request Body
{
"success": true,
"message": "Success",
"data": [
{
"coin_pair_id": 1,
"coin_pair_name": "BTC/USDT",
"coin_pair": "BTC_USDT",
"parent_coin_id": 2,
"child_coin_id": 1,
"last_price": "38917.00",
"price_change": "-2.21",
"child_coin_name": "BTC",
"icon": "http://dexomy.com/assets/img/placeholder-image.png",
"parent_coin_name": "USDT",
"user_id": "",
"balance": "0.00",
"est_balance": "0.00",
"is_favorite": 0,
"high": "39797.00000000",
"low": "38860.00000000",
"volume": "41.48802600",
"pair_name": "BTC_USDT",
"bot_trading": 1
}
]
}
HEADERS
| Accept | application/json | |
| userpublickey | 893EB6EE17666AC245B7C1AB2F54F |
get Exchange Dashboard {pair}
Example Request curl
curl --location 'https://dexomy.com/api/v2/exchange-dashboard/BTC_USDT' \
--header 'Accept: application/json' \
--header 'userpublickey: 893EB6EE17666AC245B7C1AB2F54F'
https://dexomy.com/api/v2/exchange-dashboard/BTC_USDT
This end point share a coin pair details.
Example Request Body
{
"title": "Exchange",
"success": true,
"message": "Success",
"broadcast_port": "6006",
"app_key": "test",
"cluster": "mt1",
"pair_status": true,
"pairs": [
{
"coin_pair_id": 1,
"coin_pair_name": "BTC/USDT",
"coin_pair": "BTC_USDT",
"parent_coin_id": 2,
"child_coin_id": 1,
"last_price": "38917.00",
"price_change": "-2.21",
"child_coin_name": "BTC",
"icon": "http://dexomy.com/assets/img/placeholder-image.png",
"parent_coin_name": "USDT",
"user_id": "",
"balance": "0.00",
"est_balance": "0.00",
"is_favorite": 0,
"high": "39797.00000000",
"low": "38860.00000000",
"volume": "41.48802600",
"pair_name": "BTC_USDT",
"bot_trading": 1
}
],
"order_data": {
"is_token": 0,
"bot_trading": 1,
"base_coin_id": 2,
"trade_coin_id": 1,
"total": {
"trade_wallet": {
"balance": "0.00",
"coin_type": "BTC",
"full_name": "Bitcoin",
"high": "39797.00000000",
"low": "38860.00000000",
"pair_decimal": 6,
"volume": "41.48802600",
"last_price": "38917.00",
"price_change": "-2.21122100"
},
"base_wallet": {
"balance": 0,
"coin_type": "USDT",
"full_name": "Tether USD"
}
},
"fees": 0,
"on_order": {
"trade_wallet": 0,
"base_wallet": 0
},
"sell_price": "38917",
"buy_price": "38916",
"base_coin": "USDT",
"trade_coin": "BTC",
"exchange_pair": "BTC_USDT",
"exchange_coin_pair": "BTC/USDT"
},
"fees_settings": [],
"last_price_data": [
{
"amount": "0.00155",
"price": "38917.00",
"last_price": "38916.00",
"price_order_type": "sell",
"total": "60.32135",
"time": "05:06:59"
},
{
"amount": "0.092131",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "3585.369996",
"time": "12:37:47"
}
]
}
HEADERS
| Accept | application/json | |
| userpublickey | 893EB6EE17666AC245B7C1AB2F54F |
get Exchange Market Trades
Example Request curl
curl --location 'https://dexomy.com/api/v2/get-exchange-market-trades?dashboard_type=&base_coin_id=&trade_coin_id=&per_page=&page=' \
--header 'Accept: application/json' \
--header 'userpublickey: 893EB6EE17666AC245B7C1AB2F54F'
https://dexomy.com/api/v2/get-exchange-market-trades?dashboard_type=&base_coin_id=&trade_coin_id=&per_page=&page=
This end point share all success trades of specific coin pair.
Example Request Body
{
"success": true,
"data": {
"transactions": {
"current_page": 1,
"data": [
{
"amount": "0.00155",
"price": "38917.00",
"last_price": "38916.00",
"price_order_type": "sell",
"total": "60.32135",
"time": "05:06:59"
},
{
"amount": "0.092131",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "3585.369996",
"time": "12:37:47"
},
{
"amount": "0.041548",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "1616.881968",
"time": "12:37:44"
},
{
"amount": "0.411991",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "16033.041756",
"time": "12:37:41"
},
{
"amount": "0.145714",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "5670.606024",
"time": "12:37:39"
},
{
"amount": "0.037072",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "1442.693952",
"time": "12:37:39"
},
{
"amount": "0.064659",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "2516.269644",
"time": "12:37:36"
},
{
"amount": "0.017164",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "667.954224",
"time": "12:37:35"
},
{
"amount": "0.12801",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "4981.63716",
"time": "12:36:32"
},
{
"amount": "0.013051",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "507.892716",
"time": "12:36:29"
},
{
"amount": "0.102574",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "3991.769784",
"time": "12:36:27"
},
{
"amount": "0.128704",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "5008.644864",
"time": "12:36:24"
},
{
"amount": "0.128144",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "4986.851904",
"time": "12:36:23"
},
{
"amount": "0.029199",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "1136.308284",
"time": "12:36:20"
},
{
"amount": "0.256927",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "9998.571132",
"time": "12:36:17"
},
{
"amount": "0.499218",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "19427.567688",
"time": "12:36:14"
},
{
"amount": "0.787407",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "30642.730812",
"time": "12:36:14"
},
{
"amount": "0.049306",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "1918.792296",
"time": "12:36:12"
},
{
"amount": "0.069308",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "2697.190128",
"time": "12:36:10"
},
{
"amount": "0.043391",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "1688.604156",
"time": "12:36:08"
},
{
"amount": "0.314773",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "12249.706068",
"time": "12:36:08"
},
{
"amount": "0.064384",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "2505.567744",
"time": "12:36:05"
},
{
"amount": "0.035749",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "1391.208084",
"time": "12:36:03"
},
{
"amount": "0.496545",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "19323.54522",
"time": "12:36:00"
},
{
"amount": "0.162271",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "6314.938236",
"time": "12:36:00"
},
{
"amount": "0.354009",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "13776.614244",
"time": "12:35:58"
},
{
"amount": "0.032893",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "1280.063988",
"time": "12:35:56"
},
{
"amount": "0.064906",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "2525.881896",
"time": "12:35:54"
},
{
"amount": "0.064416",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "2506.813056",
"time": "12:35:52"
},
{
"amount": "0.232956",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "9065.715696",
"time": "12:35:49"
},
{
"amount": "0.018953",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "737.574948",
"time": "12:35:49"
},
{
"amount": "0.235032",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "9146.505312",
"time": "12:35:47"
},
{
"amount": "0.26735",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "10404.1926",
"time": "12:35:44"
},
{
"amount": "0.26735",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "10404.1926",
"time": "12:35:42"
},
{
"amount": "0.087909",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "3421.066644",
"time": "12:35:40"
},
{
"amount": "0.179441",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "6983.125956",
"time": "12:35:40"
},
{
"amount": "0.268998",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "10468.326168",
"time": "12:35:38"
},
{
"amount": "0.27374",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "10652.86584",
"time": "12:35:36"
},
{
"amount": "0.27374",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "10652.86584",
"time": "12:35:34"
},
{
"amount": "0.27374",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "10652.86584",
"time": "12:35:32"
},
{
"amount": "0.18448",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "7179.22368",
"time": "12:34:29"
},
{
"amount": "0.062623",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "2437.036668",
"time": "12:34:27"
},
{
"amount": "0.110145",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "4286.40282",
"time": "12:34:27"
},
{
"amount": "0.177951",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "6925.141116",
"time": "12:33:24"
},
{
"amount": "0.114944",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "4473.160704",
"time": "12:33:22"
},
{
"amount": "0.43242",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "16828.05672",
"time": "12:33:20"
},
{
"amount": "0.116788",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "4544.921808",
"time": "12:33:17"
},
{
"amount": "0.061163",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "2380.219308",
"time": "12:33:17"
},
{
"amount": "0.264159",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "10280.011644",
"time": "12:33:13"
},
{
"amount": "0.285557",
"price": "38916.00",
"last_price": "38916.00",
"price_order_type": "buy",
"total": "11112.736212",
"time": "12:33:11"
}
],
"first_page_url": "http://dexomy.com/api/get-exchange-market-trades-app?base_coin_id=2&trade_coin_id=1&page=1",
"from": 1,
"last_page": 6,
"last_page_url": "http://dexomy.com/api/get-exchange-market-trades-app?base_coin_id=2&trade_coin_id=1&page=6",
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://dexomy.com/api/get-exchange-market-trades-app?base_coin_id=2&trade_coin_id=1&page=1",
"label": "1",
"active": true
},
{
"url": "http://dexomy.com/api/get-exchange-market-trades-app?base_coin_id=2&trade_coin_id=1&page=2",
"label": "2",
"active": false
},
{
"url": "http://dexomy.com/api/get-exchange-market-trades-app?base_coin_id=2&trade_coin_id=1&page=3",
"label": "3",
"active": false
},
{
"url": "http://dexomy.com/api/get-exchange-market-trades-app?base_coin_id=2&trade_coin_id=1&page=4",
"label": "4",
"active": false
},
{
"url": "http://dexomy.com/api/get-exchange-market-trades-app?base_coin_id=2&trade_coin_id=1&page=5",
"label": "5",
"active": false
},
{
"url": "http://dexomy.com/api/get-exchange-market-trades-app?base_coin_id=2&trade_coin_id=1&page=6",
"label": "6",
"active": false
},
{
"url": "http://dexomy.com/api/get-exchange-market-trades-app?base_coin_id=2&trade_coin_id=1&page=2",
"label": "Next »",
"active": false
}
],
"next_page_url": "http://dexomy.com/api/get-exchange-market-trades-app?base_coin_id=2&trade_coin_id=1&page=2",
"path": "http://dexomy.com/api/get-exchange-market-trades-app",
"per_page": 50,
"prev_page_url": null,
"to": 50,
"total": 255
}
},
"message": "All Market Trades"
}
HEADERS
| Accept | application/json | |
| userpublickey | 893EB6EE17666AC245B7C1AB2F54F |
PARAMS
| dashboard_type |
Optional: String Example: "dashboard" |
|
| base_coin_id |
Optional: Integer Example: 1 |
|
| trade_coin_id |
Optional: Integer Example: 2 |
|
| per_page |
Optional: Integer Example: 10 |
|
| page |
Optional: Integer Example: 1 |
get Exchange Chart Data
Example Request curl
curl --location 'https://dexomy.com/api/v2/get-exchange-chart-data?base_coin_id=&trade_coin_id=&interval=' \
--header 'Accept: application/json' \
--header 'userpublickey: 893EB6EE17666AC245B7C1AB2F54F' \
--header 'lang: es'
https://dexomy.com/api/v2/get-exchange-chart-data?base_coin_id=&trade_coin_id=&interval=
This end point share chart data of specific coin pair.
Example Request Body
{
"success": true,
"message": "Success",
"dataType": "own",
"data": [
...
{
"time": 1707188700,
"low": "42897.21000000",
"high": "42943.28000000",
"open": "42908.68000000",
"close": "42943.27000000",
"volume": "61.49000000"
},
{
"time": 1707188760,
"low": "42915.61000000",
"high": "42949.20000000",
"open": "42943.27000000",
"close": "42916.08000000",
"volume": "62.27000000"
}
...
]
}
HEADERS
| Accept | application/json | |
| userpublickey | 893EB6EE17666AC245B7C1AB2F54F |
PARAMS
| base_coin_id |
Optional: Integer Example: 1 |
|
| trade_coin_id |
Optional: Integer Example: 2 |
|
| interval |
Optional: Integer Example: 5, 15, 30, 120, 240, 1440 |