AML
Country Data
Crypto
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
Public
Ticker Information
POST
/
tickerInformation
Copy
curl --request POST \
--url https://gateway.varchev.com/crypto/tickerInformation \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"pair": "XBTUSD",
"since": "1613568488"
}'
Copy
{
"error": [],
"result": {
"XXBTZUSD": {
"a": [
"44153.20000",
"1",
"1.000"
],
"b": [
"44150.50000",
"1",
"1.000"
],
"c": [
"44136.80000",
"0.00260044"
],
"v": [
"1712.75874242",
"7565.54717625"
],
"p": [
"44313.59547",
"43931.49997"
],
"t": [
10902,
63528
],
"l": [
"43837.20000",
"42841.40000"
],
"h": [
"44779.30000",
"44955.90000"
],
"o": "44428.00000"
}
}
}
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json · object
Response
200 - application/json
Successful response
The response is of type object
.
Copy
curl --request POST \
--url https://gateway.varchev.com/crypto/tickerInformation \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"pair": "XBTUSD",
"since": "1613568488"
}'
Copy
{
"error": [],
"result": {
"XXBTZUSD": {
"a": [
"44153.20000",
"1",
"1.000"
],
"b": [
"44150.50000",
"1",
"1.000"
],
"c": [
"44136.80000",
"0.00260044"
],
"v": [
"1712.75874242",
"7565.54717625"
],
"p": [
"44313.59547",
"43931.49997"
],
"t": [
10902,
63528
],
"l": [
"43837.20000",
"42841.40000"
],
"h": [
"44779.30000",
"44955.90000"
],
"o": "44428.00000"
}
}
}
Assistant
Responses are generated using AI and may contain mistakes.