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
- POSTApprove Order
- POSTBulk Withdraw Confirm
- POSTComplete Withdraw Order
- POSTGet All Kraken Ledger Info Query
- GETGet customer web3 eth available balance
- POSTGet Customers Order History
- GETGet Deposit AND Withdraw Order History
- GETGet Smart Coin Wallet Available Balance
- POSTGet Tenant Order History
- GETGet Tenant Spot Trading Available Balance
- GETGet Tenant Spot Trading Available Balance
- GETGet Trading Order History
- POSTPost web3 transfer
- POST
- Allowed Operation
- Assets
- Currency
- Currency Pairs
- Dashboard
- Fee
- Limit
- Misc
- Operation Address
- Operation Destination
- Order
- Transactions
- Wallets
Admin
Approve Order
POST
/
status
Copy
curl --request POST \
--url https://gateway.varchev.com/wallet/status \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'tenantId: <tenantid>' \
--data '{
"orderId_from_wallet": "<string>",
"status": "<string>",
"updatedBy": "<string>",
"amount": 123,
"orderConfirmType": "<string>"
}'
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Tenant Id
Body
application/json
Response
default
Default response
Copy
curl --request POST \
--url https://gateway.varchev.com/wallet/status \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'tenantId: <tenantid>' \
--data '{
"orderId_from_wallet": "<string>",
"status": "<string>",
"updatedBy": "<string>",
"amount": 123,
"orderConfirmType": "<string>"
}'
Assistant
Responses are generated using AI and may contain mistakes.