AML
Country Data
Crypto
- Private
- Public
Customer
- 2FA
- AccessControl
- Active Session
- Credentials
- Customer
- Organization
IPG
- IPG Backoffice APIs
- IPG Payment APIs
KYB
- Company
- EIN Verification
- IBAN Verification
- NIF Verification
- Product
- System
- TIN Verification
- VAT Verification
KYC
PEPS
- Default
- GETGet get profile
Smart Contract
- Global Settings
- Rules
- Smart Contract
Wallet
- Admin
- Allowed Operation
- Assets
- Currency
- Currency Pairs
- Dashboard
- Fee
- Limit
- Misc
- Operation Address
- Operation Destination
- Order
- Transactions
- Wallets
Order
Get Opened Orders
GET
/
{walletId}
/
openedOrders
Copy
curl --request GET \
--url https://gateway.varchev.com/wallet/{walletId}/openedOrders \
--header 'Authorization: Bearer <token>' \
--header 'tenantId: <tenantid>'
Copy
{
"id": "<string>",
"date": "2023-11-07T05:31:56Z",
"pair": "<string>",
"type": "market",
"side": "buy",
"price": "<string>",
"amount": "<string>",
"filled": "<string>",
"total": "<string>"
}
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Path Parameters
Response
200 - application/json
Get internal opened Orders
The response is of type object
.
Copy
curl --request GET \
--url https://gateway.varchev.com/wallet/{walletId}/openedOrders \
--header 'Authorization: Bearer <token>' \
--header 'tenantId: <tenantid>'
Copy
{
"id": "<string>",
"date": "2023-11-07T05:31:56Z",
"pair": "<string>",
"type": "market",
"side": "buy",
"price": "<string>",
"amount": "<string>",
"filled": "<string>",
"total": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.